Skip to content

Python library to interact with Digi International's XBee radio frequency modules.

License

Notifications You must be signed in to change notification settings

digidotcom/xbee-python

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2025
Aug 26, 2024
Jul 12, 2024
Jul 12, 2024
Mar 17, 2021
Aug 8, 2024
Apr 3, 2025
Jul 9, 2019
Oct 31, 2017
Oct 31, 2017
Aug 26, 2024
Jul 9, 2024
Aug 26, 2024
Oct 31, 2017

Repository files navigation

Digi XBee Python library pypiversion PyPI - Python Version

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 <path_to_xbee-python_dir>

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.