This project contains the source code of the XBee Python library, an easy-to-use API developed in Python that allows you to interact with Digi International's XBee radio frequency (RF) modules.
This source has been contributed by Digi International.
You can install XBee Python library using pip:
$ pip install digi-xbee
You can install XBee Python library directly from the source file. To do so, extract the source code to your computer and, from its root directory, execute the following command:
$ python setup.py install
XBee Python library has user guide and API reference documentation hosted on Read the Docs. You can find the latest, most up to date, documentation at latest docs. To see only those features which have been released, check out the stable docs.
The contributing guidelines are in the CONTRIBUTING.rst document.
Copyright 2017, Digi International Inc.
The MPL 2.0 license covers the majority of this project with the following exceptions:
- The ISC license covers the contents of the examples directory.