Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
Hi,
do you know how to get all params in .lp files. I am trying to integrate Traccar Client directly to LM but I don't know what kind of params it sends.
Done is better than perfect
Posts: 940
Threads: 161
Joined: Jul 2015
Reputation:
33
31.07.2018, 06:58
(This post was last modified: 31.07.2018, 06:59 by buuuudzik.)
Thanks, this is exactly what I've meant
Unfortunately Traccar client sends some data to LM but I haven't any logs so maybe it can't reach:
Code:
<?
require('apps')
_SCRIPTNAME = 'traccar client'
vars = getvars()
log(vars)
print('ok')
I am using this address and by webbrowser all is good but there is no data from Traccar client:
http://ip_address:port/user/traccar.lp
I will try some more
Done is better than perfect