<p>Am 25.09.2013 13:05 schrieb "Lukasz Sokol" <<a href="mailto:el.es.cr@gmail.com">el.es.cr@gmail.com</a>>:<br>
> Please let me know your thoughts :)</p>
<p>I personally would prefer if such protocol implementations are independant of the socket classes used so I can use it with FPC's sockets, lNet, Synapse or whatever.</p>
<p>Basically this would need a abstract class which is called by the protocol implementation and is implemented for each "socket" class. And also methods inside the protocol implementation that can be called by the "socket" class.</p>
<p>I've done this as a modification for a Delphi-only Synapse (AFAIK) using MQTT implementation and it works quite well in FPC with lNet :)</p>
<p>Regards,<br>
Sven</p>