Core
Core copied to clipboard
question on python version of 'transmitter' side
Hi,
Last week I did some test with sending POCSAG messages using sx1278 (LoRa)-radio chip on Lilygo TTGO T-beam. https://github.com/on1arf/sx1278experiments/blob/main/sendpocsag.py
As this device has an ESP32 (which includes wifi), it would like to try to write proof-of-concept code to use this platform as a DAPnet transmitter.
Two questions:
-
is there already a python library that implements the 'transmitter'-side code of a DAPnet transmitter-site?
-
if this does not exist, and I want to write it myself, is there a 'UAT' DAPnet server that can be used for development? This would avoid impacting the operational network if something unforseen would happen?
Thx.
Kristoff - ON1ARF