-
openssl req -x509 -newkey rsa:4096 -nodes -out cert.pem -keyout key.pem -days 365
-
Hi everyone.
I bootstrap the service as follow:
```
make build
make runservices
make setup
make runcelery
make run
```
And I found that there were several dockers running.
```
$ docker ps
…
-
Hello, could you please add a default for battery_level as this is not consistently reported, which makes the module fail to load.
I am using http://demo5.traccar.org and here is what is reported:
…
-
Curious if any of the formats lost data, I tried
```
$ grep -c 466.*92 * #MCC MNC
2018-09-17-06-39-41.gpx:353
2018-09-17-06-39-49.csv:353
2018-09-17-06-39-35.csv:353
2018-09-17-06-39-55.json:323…
-
Hi, using your library can I kindly ask for a sample on this https://developers.google.com/maps/documentation/geolocation/intro ?
Best regards
I,m using something like this in the input
{
"c…
-
We store MNC as `Integer` https://github.com/tananaev/traccar/blob/master/src/org/traccar/model/CellTower.java#L89
But we should not do it in this way. According to [Wikipedia](https://en.wikipedia…
-
I just pulled updates from traccar to set up a Teltonika FM1110 device with traccar-server over UDP andd I'm getting some scrambled data in logfile. If projects state does not cover my setup I'm willi…
-
Hi,
Working with the above command, would it possible to add desc to the response to the above command? (maybe this is not only for ios)
Like
location: object
lat: 59.42870689075506
lon:…
-
A strikt and full check for phone number formating has been discussed yet at #3495 and #2704. Result: The user should not be forced to use a formatting he is not used to.
A less obstrusive solution…
-
In _shodan/wps.py_, the **GoogleLocation** will not work anymore.
https://code.google.com/p/gears/wiki/GeolocationAPI:
> Since Google Gears has been shut down since March 2011, the time has come to …