Quantcast
Channel: MobileRead Forums - Kindle Developer's Corner
Viewing all articles
Browse latest Browse all 4440

Native kindle-abfahrt – Public transportation depature times

$
0
0
Recently I finally got into hacking my Kindle PW3 and after a few experiments I thought it was time for a more useful project, that’s why I wrote a tool which displays departure information for public transport.

I figured the Kindle is more than capable to gather and render all necessary data on its own. And Go(lang) seemed like the perfect match for this job, language wise, as it is fast, comes with many useful libraries, and most importantly cross-compilation for ARM is really really easy.

kindle-abfahrt in action:
Spoiler:


Right now it is pretty much tailored to my own needs, meaning it only supports the API of my local transportation authority and the screen layout is hard-coded to the PW3’s screen resolution, but as I got most, if not all, information necessary to build this thing from MR I wanted to provide the source for reference or as a starting point for others who want to achieve a similar goal. Maybe even add support for other data providers and allow for easy customization of the screen layout so that non-programmers can benefit as well.

Source code and build instructions are over on GitHub:
https://github.com/buckket/kindle-abfahrt

And finally thanks to everyone for documenting your findings!

Viewing all articles
Browse latest Browse all 4440

Trending Articles