https://github.com/tpt-research/iceportal-docs
Documentation for ICEPortal
https://github.com/tpt-research/iceportal-docs
deutschebahn germany high-speed-train ice opendata train
Last synced: 29 days ago
JSON representation
Documentation for ICEPortal
- Host: GitHub
- URL: https://github.com/tpt-research/iceportal-docs
- Owner: tpt-research
- License: cc-by-sa-4.0
- Created: 2019-09-14T08:28:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T08:29:55.000Z (about 6 years ago)
- Last Synced: 2025-03-27T19:55:21.288Z (7 months ago)
- Topics: deutschebahn, germany, high-speed-train, ice, opendata, train
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ICE Portal Dokumentation
Dies ist die Doku des ICEPortals der Deutschen Bahn.
## URL / Endpoint
https://iceportal.de/api1/rs/tripInfo/trip
Die URL benötigt KEINE authentication und kann einfach aufgerufen werden.## Voraussetzungen
Das Gerät was auf die Daten Zugriff haben möchte, muss mit dem ICE WLAN (WifiOnICE) verbunden sein.
```mermaid
graph LR
A[Host] -- WifiOnICE --> B((Server))
B --> A(Host)
```## Ausgabe
Wird bald noch hinzugefügt. Müssen erstmal wieder ICE fahren :P
## Serialisierung (Beispiel)
Beispiele zur Serialisierung gibt es im Source Code von *The Public Transport*
Links:
https://github.com/thepublictransport/thepublictransport-app/blob/master/lib/backend/models/core/ICEPortalModel.dart
https://github.com/thepublictransport/thepublictransport-app/tree/master/lib/backend/models/iceportal
https://github.com/thepublictransport/thepublictransport-app/blob/master/lib/backend/service/iceportal/ICEPortalService.dart