Our web interface and data collection software for Raspberry Pi
Find a file
2018-05-21 20:50:37 +02:00
bin Change UI port to 80 2018-04-22 19:06:55 +02:00
cosmicpi Fix command that applies new wpa_supplicant 2018-05-21 20:50:37 +02:00
data_files Move AP configuration out of the package 2018-05-20 16:26:39 +02:00
docs Move AP configuration out of the package 2018-05-20 16:26:39 +02:00
.gitignore Make a Python package using setup.py 2018-03-25 17:00:04 +02:00
.travis.yml Add deploy configuration 2018-04-22 18:56:48 +02:00
LICENSE Update LICENSE 2018-02-01 23:57:33 +01:00
Makefile AP fallback is not needed anymore 2018-05-21 20:25:03 +02:00
README.md AP fallback is not needed anymore 2018-05-21 20:25:03 +02:00
setup.py AP fallback is not needed anymore 2018-05-21 20:25:03 +02:00

Cosmic Pi Software on the Raspberry Pi

Build Status

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 https://gist.githubusercontent.com/lukicdarkoo/e33e00c6780ad0215d3932b810a10e46/raw | 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://10.0.0.1/

Debugging the software:

Stop all mentioned services. After this you should be able to run the software directly via the commandline.