I am trying to send data collected such as (speed, GPS coordinates, ...) to a remote webserver via GSM SIM module. I own the Freematics One V4.
I looked at the Telelogger code on Github and on the Config.h I see HOST_URL which seems to me it is the place to indicate my webserver.
So please guide me on how to send data to a remote server.
How to send data to a webserver?
Re: How to send data to a webserver?
The telelogger is an example sending data to a webserver by HTTP POST.