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.
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.
You'll need need to provide more information about your setup.
Do you mean TCP? If so you can open TCP listener and parse incoming data from your GPS device. Documentation.
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.
Eugene Karataev has given me the solution:
Additional tool for MUMPS servers MiniM InterConnect:
http://www.minimdb.com/tools/interconnect.html
is a TCP/IP daemon, special background job wich wait incoming TCP/IP connection on port nnnn
thank to all!!
This tool for another task, and is not suited for you.