1
0
Fork 0
satnogsmap/README.md

507 B

#Satnogs-Map

Uses CesiumJS and a python backend to make a very nice map view of the satnogs network.

Launch using python satnogs.py

Access the basic map at

http://127.0.0.1:5001 when launched

Access an auto rotating view at

http://127.0.0.1:5001/rotating

add a speed arg to the url to change the speed.

Eaxmple

http://127.0.0.1:5001/rotating?speed=60

Access station specific views at

http://127.0.0.1:5001/station/<station_id> replacing <station_id> with the id of the station on the network.