QtechLab Active Member Licensed User Longtime User Jun 16, 2015 #1 Hi everyone, Is there any way to create a tcp listener with socket in B4I in order to use the device as a server? I read on stack overflow that in Xcode is possible. Thanks in advance, Marcello
Hi everyone, Is there any way to create a tcp listener with socket in B4I in order to use the device as a server? I read on stack overflow that in Xcode is possible. Thanks in advance, Marcello
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2015 #2 Yes, it is possible. You should use ServerSocket from the iNetwork library (same as with B4A). Upvote 0
QtechLab Active Member Licensed User Longtime User Jun 16, 2015 #3 Do you have a simple example to share ? Thanks in advance Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 16, 2015 #4 Search the forum for ServerSocket. There are several related discussions. Upvote 0