Through a TCP client (M2M), I can easily send commands to the device. My question is whether multiple clients can access the same device or establishing a single connection is exclusive ?
Hello Sedor and welcome to this forum,
The answer is yes.
By the way, it’s always pleasant for the readers if you start your question with a salutation
Have a nice day
You are right, lost in a skein of works, I forgot the greetings. So I salute you and thank you for your answer.
With a basic tcp client app, we tried from different PCs to access the device on the same port and only one of them was able to establish the comm. Are you confirming to me that the tcp server hosted by the device is multi-client?
Good question, i didn’t understand it that way.
@GCE is the one that can answer it.
Give him some time, he is reading the posts nearly every day.
Have a nice day
Give him some time, he is reading the posts nearly every day.
Hope you wouldn’t be sacarstic as this not the place to be so.
Don’t worry i’m not sarcastic at all.
Since @GCE is the CEO of the company, you can understand that it’s not his job to read the messages on the forum.
nevertheless …
including week ends
Have a nice day
Hi,
You can open only one socket. The tcpip stack can’t authorize multiple connection. It is a hardware limitation. (Not enough ram memory)
Hello,
Thank you very much for your answer. We’ll try another way through http requets.
Best regards.