https://github.com/digidotcom/xbee-python
Python library to interact with Digi International's XBee radio frequency modules.
https://github.com/digidotcom/xbee-python
digi digi-xbee python xbee xbee-python-library zigbee
Last synced: 23 days ago
JSON representation
Python library to interact with Digi International's XBee radio frequency modules.
- Host: GitHub
- URL: https://github.com/digidotcom/xbee-python
- Owner: digidotcom
- License: mpl-2.0
- Created: 2017-09-27T17:53:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-09-02T16:14:11.000Z (6 months ago)
- Last Synced: 2025-12-06T15:47:27.612Z (2 months ago)
- Topics: digi, digi-xbee, python, xbee, xbee-python-library, zigbee
- Language: Python
- Size: 2.3 MB
- Stars: 194
- Watchers: 43
- Forks: 94
- Open Issues: 25
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Digi XBee Python library |pypiversion| |pythonversion|
======================================================
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.
Installation
------------
You can install XBee Python library using `pip
`_::
$ pip install digi-xbee
Install from Source
-------------------
You can install XBee Python library directly from sources. To do so, extract
the source code to your computer and execute the following command::
$ pip install
Documentation
-------------
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 `_.
How to contribute
-----------------
The contributing guidelines are in the `CONTRIBUTING.rst document
`_.
License
-------
Copyright 2017-2024, 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.
.. |pypiversion| image:: https://badge.fury.io/py/digi-xbee.svg
:target: https://pypi.org/project/digi-xbee/
.. |pythonversion| image:: https://img.shields.io/pypi/pyversions/digi-xbee.svg
:alt: PyPI - Python Version