Opensource monitoring, reasoning and acting framework.
Project description
Robotice Agent System
Opensource microframework for monitoring, reasoning and acting.
Use cases
- automation for periodic tasks like a turn on heating every day in 7:00
- planning through human readable yaml files like a hold temperature between 20° - 30° every day from 7AM to 8AM
- continuous measuring, monitoring
- reasoning (simple conditions or fuzzy in FCL format)
- working well with SBC(single-board computes) like a BeagleBone black or Raspberry Pi
Why ?
Robotice is small and simple Python daemon based on the Celery project which has support for many result backends(AMQP, Redis, Mongo, ..) with many features for communication in real time. It’s designed for distributed environments and every component would be installed on the another host or can be started as all-in-one solution without requisite to internet connection. Robotice is modular from core and support for all devices is through driver and configurable
Usage
- Read documentation and install Robotice
- make a plan
- bin/robotice
Supported architectures:
- ARMv6, ARMv7
- x86, x64
Requirements
- Python 2.6 / 2.7
- Celery
- database - Redis
- Graphite - Statsd (for Gauge)
- Service wrapper - Supervisor is recommended
Installation
pip install robotice robotice.py run reasoner -B -d --loglevel=info robotice.py run reactor
Show me in action
Read more
Contribution
- Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
- Fork https://github.com/robotice/robotice on GitHub to start making your changes to the develop branch.
- Write a test which shows that the bug was fixed or that the feature works as expected.
- Make sure to add yourself to the contributors file.
- Send a pull request
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
robotice-0.0.1.tar.gz
(5.9 MB
view hashes)