Skip to content
/ zeep Public

Library to extract data from serial and send it various services.

License

Notifications You must be signed in to change notification settings

bassdread/zeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeep

Library to extract data from serial and send it various services.

Supported Services

Services and things Zeep can send data to.

Ridiculously simple messaging (and alerts) for the Internet of Things.

Open beta of a simple to use graphing platform.

Text File

A simple file in /tmp with a string of JSON.

Setup

The below will get you going.

git clone git@github.com:bassdread/zeep.git
cd zeep
[sudo] pip install virtualenv
virtualenv .
source bin/activate
pip install -r requirements.txt
python src/zeep/collector.py

Assuming that works you will need to configure services.

Configuring Third Party Services

cp src/zeep/settings/__init__.py.example src/zeep/settings/__init__.py


# populate the fields with the third party settings and uncomment the services you want
$EDITOR src/zeep/settings/__init__.py

About

Library to extract data from serial and send it various services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages