PHS8-P: How to communicate through websockets? | Telit Cinterion IoT Developer Community
February 14, 2016 - 11:21am, 2024 views
I am trying to use a modem/gps module to send house-keeping data of a sensor station to a remote server. The modem/gps module is going to be controlled using an ARM micro-controller.
Is there a developer guide or say a complete example which shows how to send/receive data between the module and a remote server?
Hi,
there are two ways:
1) use your microcontroler PPP stack to create the TCP/IP connection. In this case you have to take a look to your microcontroller specs. In this case the module is a tube.
2) use the internal TCP/IP stack of the module. Using AT commands you can define and establish your connection. An example(connect, list and download files from a FTP server) has been uploaded in the following link
https://iot-developer.thalesgroup.com/showcase/zoc-script-tpcip-sockets-ftp-list-and-get-ph8-and-phs8
The article is under moderation and will be avaialble soon.
Regards
ALopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!