Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.03 KB

KPL

Kerbal Propulsion Laboratory

Because Kerbal needs more than one screen!

KPL screenshot

about

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

run with docker

docker-compose up

Then visit localhost:8080

run locally

install

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

Build the web files

./kpl.sh build

run

Wtih Kerbal and krpc running:

$ kpl

Then visit localhost:8888

or localhost:8888/stats