xbee-python | Python library to interact with Digi International
kandi X-RAY | xbee-python Summary
kandi X-RAY | xbee-python Summary
xbee-python is a Python library. xbee-python has no bugs, it has no vulnerabilities, it has build file available, it has a Weak Copyleft License and it has low support. You can install using 'pip install xbee-python' or download it from GitHub, PyPI.
Python library to interact with Digi International's XBee radio frequency modules.
Python library to interact with Digi International's XBee radio frequency modules.
Support
Quality
Security
License
Reuse
Support
xbee-python has a low active ecosystem.
It has 168 star(s) with 89 fork(s). There are 42 watchers for this library.
It had no major release in the last 12 months.
There are 18 open issues and 109 have been closed. On average issues are closed in 317 days. There are 5 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of xbee-python is 1.4.1
Quality
xbee-python has 0 bugs and 0 code smells.
Security
xbee-python has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
xbee-python code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
xbee-python is licensed under the MPL-2.0 License. This license is Weak Copyleft.
Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.
Reuse
xbee-python releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
xbee-python saves you 7199 person hours of effort in developing the same functionality from scratch.
It has 24174 lines of code, 2616 functions and 114 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed xbee-python and discovered the below as its top functions. This is intended to give you an instant insight into xbee-python implemented functionality, and help decide if they suit your requirements.
- Transfer firmware
- Delete the received from the receiver
- Delete all pending packets
- Clear the network
- Parses the firmware file
- Raise a ReadProfileException
- Connect to an address
- Create a new socket
- Check the response packet
- Removes an entry
- Configure Updater extras
- Reads an IO sample
- Upload a file to the XBee3
- Start discovery process
- Finish the firmware update
- Called when a packet is received
- Apply an XBee profile
- Upload a file to XBee3
- Create source route
- Update the firmware
- Start the device
- Set timeouts for each node
- Called when a response is received
- Perform a single command - specific command
- Wait for a single frame
- Move source to destination
- Send a packet
Get all kandi verified functions for this library.
xbee-python Key Features
No Key Features are available at this moment for xbee-python.
xbee-python Examples and Code Snippets
Copy
from digi.xbee.devices import XBeeDevice
from digi.xbee.io import IOLine, IOMode
import time
import threading
# TODO: Replace with the serial port where your local module is connected to.
PORT = "/dev/ttyUSB0"
# TODO: Replace with the bau
Copy
while True:
time.sleep(1000000) # arbitrarily large number
Copy
data_send = ("\x00\x01\x01\x01\x01\x00\x03\x08\x00\x00\x00\x14\x04\x00\x00\x00\x44\xf2\xfc").encode('Latin-1')
Copy
sudo apt-get install python3-pip && sudo apt-get install python3-serial
sudo pip3 install setuptools
sudo pip3 install digi-xbee
Community Discussions
No Community Discussions are available at this moment for xbee-python.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install xbee-python
You can install using 'pip install xbee-python' or download it from GitHub, PyPI.
You can use xbee-python like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use xbee-python like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page