Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiesel/ice-tracker
Records information from "inflight" information system in DB ICE trains (publicly available).
https://github.com/kiesel/ice-tracker
Last synced: 1 day ago
JSON representation
Records information from "inflight" information system in DB ICE trains (publicly available).
- Host: GitHub
- URL: https://github.com/kiesel/ice-tracker
- Owner: kiesel
- License: mit
- Created: 2016-10-11T19:17:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T11:41:20.000Z (about 8 years ago)
- Last Synced: 2024-11-08T18:23:44.302Z (about 2 months ago)
- Language: Go
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ICE data tracker
Records information from "inflight" information system in DB ICE trains (publicly available). This information includes:
* current speed
* current time
* current position (longitude, latitude)
* connection status to internetamongst even more. This is what the original application looks like on a phone:
![ICE Portal](ice-portal.jpg)
This program requests the data in a given frequency (default: every 5 seconds) and both shows information on the terminal and records it in a .csv file.
## Getting the source
$ go get github.com/kiesel/ice-tracker
## Running
In $GOPATH/src/github.com/kiesel/ice-tracker:
$ go run track.go
## About
This program was written while riding the ICE train to Paris (and back) on 2016-10-09 & -11 in order to attend at [DotGo EU 2016](http://dotgo.eu/)