Search found 1 match

by sillicius
Sunday 12 February 2017 15:21
Forum: PHP and all others
Topic: extract old value with json
Replies: 1
Views: 1960

extract old value with json

Hello,

i try to extract with json old value from gps sensor. The data is a text string (idx 1 -> latitude and idx 3 -> longitude).

i receive only the last value, but i would get all the values between two date. I don't understand how i can do that :? .

Thank for your help

root@raspberrypi:/home ...