Skip to content

Latest commit

 

History

History

beehive

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Beehive

Simple API to manage multi-node xbee networks

Requirements

python-serial

pip install pyserial

python-xbee

But not from pypi, those packages are buggy...

wget https://github.com/tomstrummer/python-xbee/archive/master.zip
unzip master
cd python-xbee-master/
python setup.py install