You are not logged in.
can anyone implement a Tcpserver and tcpclient on mormot?
use SynCrtSock
Offline
This is an interesting topic, can TRTSPOverHTTPServer be only used for video/meadia streaming or fos something else?
Last edited by igors233 (2017-03-29 14:09:38)
Offline
In the first intent, it was meant for IoT server connection and clients emulation, with high number of concurrent connections.
To handle thousands of permanent IoT connections with low resources, and a cheap Linux server.
So yes, it is a high-performance TCP server and client, so it is perfect for any kind of TCP content, including WebSockets (I want to do it) and even other protocols, like HTTP.
Offline