Hakanunver Member Licensed User Jan 5, 2019 #1 Hi we want create on android Tcp server for Multiple client connections. Send and receive data. Which methods or library useful for this jobs. Or have any example code for multiple connection Tcp server.
Hi we want create on android Tcp server for Multiple client connections. Send and receive data. Which methods or library useful for this jobs. Or have any example code for multiple connection Tcp server.
Erel B4X founder Staff member Licensed User Longtime User Jan 6, 2019 #2 Hakanunver said: Or have any example code for multiple connection Tcp server Click to expand... Consider using MQTT instead of implementing a server yourself. It will be simpler. Examples of a server supporting multiple clients: MJPEG / CCTV Server [B4X] FTP Server implemented with Socket and AsyncStreams Upvote 0
Hakanunver said: Or have any example code for multiple connection Tcp server Click to expand... Consider using MQTT instead of implementing a server yourself. It will be simpler. Examples of a server supporting multiple clients: MJPEG / CCTV Server [B4X] FTP Server implemented with Socket and AsyncStreams