Because Kerbal needs more than one screen!
KPL provides realtime flight information from Kerbal Space Program through a websocket subscription, and generates dashboard components, viewable on any networked device!
More information available at quaternion.media/kpl
docker-compose up
Then visit localhost:8080
git clone https://github.com/quaternionmedia/kpl.git
cd kpl/
pip3 install -e .
(the -e is optional, but helpful for dev environments)
Install the web dependencies
./kpl.sh init
Build the web files
./kpl.sh build
Wtih Kerbal and krpc running:
$ kpl
Then visit localhost:8888