hwkongsgaard
Results
3
comments of
hwkongsgaard
Try adding timestamp ``` requests.get("http://x.x.x.x:5055/?id=DEVICE_ID&lon=%s&lat=%s×tamp=%s" % (str(x['longitude']),str(x['latitude']),str(int(date.timestamp())))) ```
Related to what I reported about reverse geocoding "The problem is that your device disconnects right after sending data. It's a known limitation. You have to keep the connection open."...
+1