From b5790a8843baf24221709a86646f0240f878f38e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Oesterwind?= Date: Fri, 25 Apr 2025 23:29:52 +0200 Subject: [PATCH] README.MD aktualisiert --- README.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 2d90afe..61f5cf6 100644 --- a/README.MD +++ b/README.MD @@ -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 \ No newline at end of file +Line 55: The identifier of your tracker + +Then you can go ahead and run `python tracarOnIce.py` \ No newline at end of file