Page 1 of 1

How to send data to a webserver?

Posted: Sun Oct 30, 2016 8:31 pm
by magtech
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.

Re: How to send data to a webserver?

Posted: Thu Dec 01, 2016 2:43 pm
by stanley
The telelogger is an example sending data to a webserver by HTTP POST.