README.MD aktualisiert

This commit is contained in:
2025-04-25 23:29:52 +02:00
parent 588f7b2425
commit b5790a8843

View File

@ -3,7 +3,7 @@ This is a small python script which allows you to send the location of the ICE y
Most ICEs expose their current geolocation in the "WifiOnICE" network. This allows iceportal.de to show you a map with points of interest around you.
This also allows us to get a pretty good idea where the train is. This information can be collected and sent to a Traccar server.
I wrote this tool out of frustration, because my train journeys would never properly relfect in Traccar.
I wrote this tool out of frustration, because my train journeys would never properly reflect in Traccar.
## Working prinicipal
The endpoint `https://iceportal.de/api1/rs/status` returns a json object with much interesting information:
@ -41,4 +41,6 @@ There are two lines which need changing:
Line 19: Your Traccar-Server URL
Line 55: The identifier of your tracker
Line 55: The identifier of your tracker
Then you can go ahead and run `python tracarOnIce.py`