You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
marcel 37a0b9060f Added crc header to LoRa frame. 2 years ago
aprx Original files from https://github.com/tomelec/RPi-LoRa-KISS-TNC 2 years ago
pySX127x Program is now configurable via configuration file 2 years ago
AXUDPServer.py Original files from https://github.com/tomelec/RPi-LoRa-KISS-TNC 2 years ago
CHANGELOG.md Added crc header to LoRa frame. 2 years ago
INSTALL.md instructions added on how to make it work with the ax25-stack 2 years ago
KissHelper.py Parse error when source-call has ssid above 9 fixed 2 years ago
LICENSE Initial commit 2 years ago
LoraAprsKissTnc.py Added crc header to LoRa frame. 2 years ago
README.md Added crc header to LoRa frame. 2 years ago
RPi-LoRa-KISS-TNC.ini Added crc header to LoRa frame. 2 years ago
Start_lora-tnc.py +20dBm support. 2 years ago
TCPServer.py Parse error when source-call has ssid above 9 fixed 2 years ago
config.py Added support for encoding (receiving) digipeated frames 2 years ago
multi-sf-save.txt Original files from https://github.com/tomelec/RPi-LoRa-KISS-TNC 2 years ago
start_all.sh Program is now configurable via configuration file 2 years ago

README.md

Raspberry Pi LoRa KISS TNC

This project was originally started by Tom Kottek (https://github.com/tomelec/RPi-LoRa-KISS-TNC). Because the program had some problems dealing with digipeated frames (it crashed when receiving a ssid with the 'has_been_digipeated' flag -*- set), I took on the task of fixing the code for my personal use.

Software

The software controls the LoRa transceiver connected to the Raspberry´s SPI bus and emulates a KISS TNC over TCP. That makes it possible to use existing software like APRX. It is also possible to attach the KISS interface to the AX.25 stack via socat/kissattach.

Hardware

I also designed my own (open source) hardware for it: a board holding a Raspberry Pi Zero 2 W, an SX1278 LoRa transceiver and a power supply with on/off button to safely switch on and off the system. The design files can be found on my website: RPi LoRa_shield

To Do

  • Add raw TCP KISS socket for true AX.25 over KISS