LoRaRF-Python icon indicating copy to clipboard operation
LoRaRF-Python copied to clipboard

APRS messaging and AX25 formatting

Open strobesactual opened this issue 1 year ago • 0 comments
trafficstars

Chandra,

Hello, and thank you for building this code. I have been able to successfully get one RaspberryPi to message a second thanks to your code. My next goal will be to get one computer to broadcast a message to be picked up by a 433MHz LoRa iGate to put into the APRS network, as visible on APRS.fi

My question goes to formatting. How would I use your code to format the message so that it gets picked up? There are libraries like PyHam AX.25 (https://pypi.org/project/pyham_ax25/) that could format the message but I am not sure that the transmission will be just that format. It seems your code will include the Packet Parameter information in addition to the AX25 formatted message. Is there a way to remove the packet parameter information or will this be hard-coded into the transmission?

Thank you for your advice! Austin

strobesactual avatar Oct 06 '24 13:10 strobesactual