Hi
I'm trying to change post format to server on telelogger v4. But when i try to change to JSON, i must add " character. for example:
{"TS":00000,"LAT":10.00000, "LON":10.00000}
but on server, i see
{\"TS\"00000,\"LA10.00000, \"LO10.00000}
it's adding \ character and deleting last characters.
Is there any way to solve that?
Telelogger v4 JSON
Re: Telelogger v4 JSON
Stanley didn't reply but i solved that problem.
All users. I'm writing solution. delete all codes written by Stanley and write yourself. it's the best way to solve all problems.
sincerely
All users. I'm writing solution. delete all codes written by Stanley and write yourself. it's the best way to solve all problems.
sincerely
Re: Telelogger v4 JSON
Did you solve the problem with Telelogger?
I want to send data stored on SD card to webserver when Freematics ONE is not logging data i.e. when car is off.
So I want to know it is better to start writing code on our own or use code provided by Staneley?
thank yo
I want to send data stored on SD card to webserver when Freematics ONE is not logging data i.e. when car is off.
So I want to know it is better to start writing code on our own or use code provided by Staneley?
thank yo
Re: Telelogger v4 JSON
What is your code like?