Question Javier Corbalán · Nov 27, 2016

socket listen port IP

Hello

I have to receive GPS tracks through a TCIP port using SOCKET listen port from INTERNET, how can I implement this in CACHE?  through websocket ?. Thanks if you can help me.

Comments

Eduard Lebedyuk · Nov 27, 2016

You'll need need to provide more information about your setup.

TCIP

Do you mean TCP? If so you can open TCP listener and parse incoming data from your GPS device. Documentation.

0
Dmitry Maslennikov · Nov 27, 2016

As I understand you have to connect to another server, so, you can use class %IO.Socket. With methods Write/Read to send/retrieve data. If you have to create an own server, which will be used by some other servers, you can use %IO.ServerSocket class.

0
Dmitry Maslennikov  Nov 27, 2016 to Javier Corbalán

This tool for another task, and is not suited for you.

0