1.2 KiB
Cosmic Pi Software on the Raspberry Pi
This software runs on the Raspberry Pi, which is integral to the CosmicPi V1.5. The central point is a SQLite database into which data is stored, as well as read from. More instructions will follow when the software has reached the state of the V2 mock-up software.
Installation
For CosmicPi software installation only please use:
pip install cosmicpi
If you have scratch Raspbian image and you want to install software, expand filesystem, configure AP... please use:
curl http://cosmicpi.org/configure | sh
Run
The software is normally controlled via SystemD. The following services are available:
- cosmicpi-ui
- cosmicpi-rest
- cosmicpi-mqtt
- cosmicpi-dbcleaner
- cosmicpi-detector
From the Raspberry Pi itself the application is available at:
http://cosmicpi.local/ or http://127.0.0.1/
When used as an access point the application is available at:
http://cosmicpi.local/ or http://192.168.10.1/
Debugging the software:
Stop all mentioned services. After this you should be able to run the software directly via the commandline.