Hi,
Just completed a device using Neo-6m,SIM800L and Wemos D1 mini connections to demo4.traccar.org. Everything works fine except that after sometime the server refuses to accept fresh data. Was wondering if there is any update rate limit?
On the side, if anybody is interested I can post the code in arduino and improve it. BTW i am using the demo server because my ISP does not give IPV4 public IP address only IPV6 address. SIM800l does not support IPV6. Any improvements/suggestions are welcome.
What do you mean exactly by refusing accept new data?
The http call gives a response code as -3 when normally it gives 200 and fails. If I delete the device and create it again then it starts updating location
Which HTTP call? "-3" is not a valid HTTP response code.
Hi,
Just completed a device using Neo-6m,SIM800L and Wemos D1 mini connections to demo4.traccar.org. Everything works fine except that after sometime the server refuses to accept fresh data. Was wondering if there is any update rate limit?
On the side, if anybody is interested I can post the code in arduino and improve it. BTW i am using the demo server because my ISP does not give IPV4 public IP address only IPV6 address. SIM800l does not support IPV6. Any improvements/suggestions are welcome.