Hi, you may have noticed, that I made a larger check in in cxxtools regarding deserialization.
I refactored the code so that it will be simpler to incrementally deserialize stuff. That means that it will be easier to write a networking application, which receives messages using serialization. Note that one network package received may contain just a part of a message or multiple messages. I plan to add some network helper classes to raise writing networking applications to a higher level. The idea is, that users just write a class, which represents a network message together with serialization operators. Those messages are received from a socket and every message will issue a cxxtools signal. Cxxtools handles the assembling of full messages and the user just need to handle the received C++ objects. This will include streaming of messages as well as a publish subscribe pattern. I will add a example or two and some documentation soon. Tommi ------------------------------------------------------------------------------ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
