Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 328 Bytes

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