Do you see your data in the logs?
no there is no data in logs.
i have installed Traccar server on my windows 10 pc and i have added the device with IMEI number but the device shows offline always.
If there's nothing in the logs, it means that server hasn't received anything.
but my device is sending the data using totem protocol format. please help me to establish the connection with loacalhost to see the data.
I am sending data to 5007 port.
Please carefully read my last comment.
I have read your last comment but the thing is am making a AT03 gps tracker device with totem protocol and i made the data packet as same given in that AT03 device documentation with all data in proper way and am sending that data packet using GSM module to server on 5007 protocol.
Everything is correct from my side i have checked my device many times and the data packet formation. and the port 5007 is also open on my server ip. after sending each packet i get response that the packet has been sent to server with ip port.
I am using TCP/IP protocol to send data. When i check the database of that server on 5007 port i didn't get any data there even i have registered my device on traccar with their IMEI number.
It seems like you are convinced that I'm wrong, so I don't think we can have a productive discussion here.
No no i am not saying you are wrong i am just asking how to receive data when device is sending data in proper format of totem protocol and the port 5007 is open on that IP which am using.
i have also tried to send data in HEX format.
If you don't see ANYTHING in the logs, it means that server hasn't received ANYTHING from your device. I'm not sure how clearer I can be. It has nothing to do with the format. It means server hasn't received a single byte from your device.
I understand your concern, but can you tell me why the server isn't receiving anything when my device is sending the data. but when i change the ip port of other server (like i have one other server for testing all devices), so there i get all data as it is like how that device sending but on the port 5007 or any traccar port i didn't get data.
Most likely one of:
Hi, i am using totem protocol to send data on the port 5007 but it isn't receiving any data on the port 5007.
I am sending all data in ASCII format as shown in the AT03 device data formation sheet.
please help to me that how could i send data on port 5007.