Hello Guys,
I have an access card reader which works via TCP/IP and the documentation says that they use WEBSOCKET+JSON protocol and they provide me 36 pages of details, however I did tried some tests and it seems that on XOJO I cannot have this one working .
Initially I tried the Network example the server socket, the client works with the server but the machine once setup to communicate with that server it does not do anything and it seems that if I send something to the machine then it hangs and does not do anything anymore.
Is there anything in particular that I should be aware on the XOJO side ?
The idea was to have a web app as server and then to get the logs from that machine, as that should send the logs automatically to the server once connected.
Is the ServerSocket and TCPSocket the correct approach or not ?
Thanks
15 posts - 3 participants