.gitignore
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/test-and-publish.yml
DOCS/RAK811_AT_Command_Manual_V1.0.pdf
DOCS/RAK811 LoRa AT Command V1.5.pdf
examples/abp.py
examples/abp_v3.py
examples/api_demo.py
examples/otaa.py
examples/otaa_v3.py
examples/otaa_v3_class_c.py
examples/p2p.py
examples/p2p.sh
examples/p2p_v3.py
examples/p2p_v3.sh
examples/ttn_secrets_template.py
rak811/__init__.py
rak811/cli.py
rak811/cli_v3.py
rak811/exception.py
rak811/rak811.py
rak811/rak811_v3.py
rak811/serial.py
rak811.egg-info/PKG-INFO
rak811.egg-info/SOURCES.txt
rak811.egg-info/dependency_links.txt
rak811.egg-info/entry_points.txt
rak811.egg-info/requires.txt
rak811.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_v3.py
tests/test_rak811.py
tests/test_rak811_v3.py
tests/test_serial.py