Python 3 bindings for interfacing with LoRa nodes such as the RN2483.
Project description
python-loranode
===============
Python 3 bindings for interfacing with LoRa nodes such as the RN2483, mDot, iM880A-L, and others. Currently, only the RN2483 modem is supported.
Installation
------------
Coming soon.
Examples
--------
Joining a network through Activation by Personalization (ABP) and transmitting a message:
```
lc = RN2483Controller("/dev/ttyUSB0")
if lc.join_abp("<your nwkskey>", "<your appskey>", "<your devaddr>"):
lc.send("0001020304")
```
===============
Python 3 bindings for interfacing with LoRa nodes such as the RN2483, mDot, iM880A-L, and others. Currently, only the RN2483 modem is supported.
Installation
------------
Coming soon.
Examples
--------
Joining a network through Activation by Personalization (ABP) and transmitting a message:
```
lc = RN2483Controller("/dev/ttyUSB0")
if lc.join_abp("<your nwkskey>", "<your appskey>", "<your devaddr>"):
lc.send("0001020304")
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
loranode-0.0.1.tar.gz
(3.2 kB
view details)
File details
Details for the file loranode-0.0.1.tar.gz.
File metadata
- Download URL: loranode-0.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab0d86ef09b173bc06e24a3a53686123fa24c541b4da8d4ee3311f4ce1492d9f
|
|
| MD5 |
0a7aa1a570d6d74f39fe97625275b271
|
|
| BLAKE2b-256 |
32d0192d436c117e2c08d0aec7eff864de0f2289dd2f3bb1a3488501df14cd72
|