Internet of Things (IoT) server is established in which you can upload your data to the website via ESP8266 wifi module or any equivalent device with upto 16 different wireless nodes. The refresh rate is less than 1 second. When you first register and then login you will get an api_key this will be the unique key on which you will send the data. For complete transfer link you need to login.
Upto 16 parameters can be recorded in form of charts, with interval of 11 seconds, the chart is zoomable, clickable and parameters selectable. By default only one parameters is clicked after fully viewing one can click other 16 parameters, maximum 24 hours record is accessible.
Note: As there is huge data so the charts take larger time to load
Steps to run ESP8266 normal mode
In Passthrough mode you can send data as faster as you can Sample Code
OR (depends on how much data u want to send.. maximum limit is 16, u can send individual or at one time)
send GET /post.php?api_key=your api key&field1=value&field2=value&field3=value HTTP/1.1\r\nHost: iotalways.com\r\n\r\n
Send the data to IoT web server using Neoway M590 GSM/GPRS Modem Follwo these steps
OR (depends on how much data u want to send.. maximum limit is 16, u can send individual or at one time)
Realtime GPS tracking webserver is established in which you can track your vehicle using GPRS modules. The format of the link includes latitude, longitude, speed in km/h and Vehicle battery voltage.
The steps and AT commands depends upon various GPRS modules however steps of Neoway M590 GPRS Module is given above.
iotalways.com/post.php?api_key=your api key&field1=Latitude&field2=Longitude&field3=Speed&field4= battery voltage