Hi,
I already installed and configure traccar server on windows environment (PC) for testing purpose. I managed to connect traccar mobile succesfully and there is no problem in receiving data from device to server. ( I use tunneling service and configure it to 5055 port).
Now I want to try using GPS device (GT06n), I already set up configuration in the device and server to 5023 port.
I added this in traccar conf: <entry key='gt06.port'>5023</entry>
I already point the server to the tunneling address, but I dont receive any data from device. The traccar log is also empty, also nothing in the tunelling log. Then I try to access the tunneling address via browser and it shows this message on the tunelling log: GET/400 bad request message.
Actually, what did I missed? any clue? Thanks in advance!
Btw I'm sorry I have written wrong headline on this forum title.. I can't edit it to change to proper headline...
What do you mean by tunneling? Is it HTTP based? Because GT06 obviously doesn't use HTTP.
Maybe you need to open the port in windows defender settings
Hi,
I already installed and configure traccar server on windows environment (PC) for testing purpose. I managed to connect traccar mobile succesfully and there is no problem in receiving data from device to server. ( I use tunneling service and configure it to 5055 port).
Now I want to try using GPS device (GT06n), I already set up configuration in the device and server to 5023 port.
I added this in traccar conf:
<entry key='gt06.port'>5023</entry>
I already point the server to the tunneling address, but I dont receive any data from device. The traccar log is also empty, also nothing in the tunelling log. Then I try to access the tunneling address via browser and it shows this message on the tunelling log: GET/400 bad request message.
Actually, what did I missed? any clue? Thanks in advance!