Sensor data processing and visualization
Project description
BoogiePi
Description
A python library for collecting data from a variety of sources ranging from gpio sensors to weather services to internal computer sensors. The data is then formatted and sorted. Next it will be saved locally and/or uploaded to a cloud service. From there charts, graphs, and other visualizations can be viewed in realtime via a web interface. The library also supports displaying data (both realtime and historical) via hardware such as LEDs/LED arrays or low-power/small-format displays.
BoogiePi is a python library for:
- Collecting
- Organizing
- Formatting
- Cloud publishing
- Displaying
- Graphing
data which is acquired from:
- Hardware GPIO Sensors
- Local System Information
- Remote System Information
- OpenWeatherMaps
- Web Services
- Other sources
Installation
Just download and extract package to any directory.
Example paths:
- Linux: /home/user/Scripts
- Windows: C:\Users\user\Scripts
Usage
assasinatour
import assasinatour
assasinatour.run('app_name') # kills the script called app_name
assasinatour.clean_stuff() # clears the ledshim and oled
assasinatour.is_running('app_name') # returns True/False if a script called app_name is running
statinatour
import statinatour
statinatour.get_cpu_percent() # returns the system cpu percent
statinatour.get_disk_percent() # returns the disk usage percent
statinatour.get_current_freq() # returns the system cpu frequency
Project Links
- Project License
- Code of Conduct
- Contribution Guidelines
- Issue Tracker
- Create a Pull Request
- Security Policy
History
The original scope of the project was to collect data from gpio sensors on a raspberry pi 3b+ and then display that data via a combination of an LED strip and an OLED panel. The project has since evolved to encompass many more data sources and storage and display options. The library can now transmit data to cloud services, making it accessible from any device, any where. In addition, all data points are saved indefintely and with precise timestamps, allowing for more accurate and complex visualizations. We've also added support for more display devices and begun building a beautiful web interface for broad access to graphical charts and visualizations.
Contributions
At the current development stage this repository is private.
- In other words, you shouldn't be seeing this!
However, once the code is more mature:
- Any public changes, additions and updates will be welcomed as long as the license and spirit of the original work is preserved.
License
Contact
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file boogiepi-0.2.1.2.tar.gz
.
File metadata
- Download URL: boogiepi-0.2.1.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 375183f7be95b9f941af4d3b3f53dd1e7099b3e3a893a6308979a037ca9bee80 |
|
MD5 | bd6d94de78bc3896e89154be695bd0a3 |
|
BLAKE2b-256 | beb405e8953b3bd4fcc60a66679a618b206b863140ebf4dc7eb4050c1a3887e2 |