Communicate with server using http post protocol.

http post protocol is available for transmission data via Ethernet, 4G, and WiFi. don’t support https

For 4G device, If both Ethernet and 4G are available for connecting internet, When the device uploads data every time, the server receives two identical copies of the data, one uploaded over Ethernet and the other over 4G.
Wi-Fi device is same way.

Http post protocol’s data format is JSON
The complete protocol documentation is provide in the device’s installation package


Test http post on our demo server
set as below

View data at this link:
http://www.all-m2m.com:3000/public/log/IMEI.log

Note: The IMEI is the unique identification code of device, need to check out in start logs.

so the URL is
http://www.all-m2m.com:3000/public/log/862708044739808.log

open the link

Author:admin  Create time:2022-11-06 03:35
Last editor:admin  Update time:2023-12-11 10:03