Is there an STM32 compatible C++ fork of this project available, that uses LWIP transport layer natively, rather than the Win/BSD sockets? (Porting from the XMLRPC++ using native BSD socket comms, to using LwIP, on a different embedded family, is a ** major** pain) **Or ... ** Is there a version, with the transport layer / parser + dispatcher layers as separate entities, so I can pass an XML (or even full HTTP) request back and forth, and use my own transport layer, without the transport layer being...