Reticulum/RNS/Interfaces
gretel 9523595282 Fix KISS beacon frame length
Fix frame length handling to meet minimum length requirements (15 bytes) for
TNCs like Direwolf. Previously, raw beacon data was being sent directly,
causing frame length errors.

Changed code to pad beacon data with zeros to ensure minimum frame length.
2024-11-21 18:57:26 +01:00
..
Android Added error descriptions for modem communication timeout 2024-10-07 20:55:34 +02:00
__init__.py Fixed Android interfaces import 2022-10-22 01:38:38 +02:00
AutoInterface.py Added better handling on Windows of interfaces that are non-adoptable for AutoInterface 2024-05-17 23:54:48 +02:00
AX25KISSInterface.py fix KISSInterface is not defined error for AX25KISSInterface 2024-09-16 14:27:08 +12:00
I2PInterface.py Added announce frequency sampling to interfaces 2023-09-30 19:11:10 +02:00
Interface.py Allow recursive path resolution for clients on roaming-mode interfaces 2024-05-12 12:31:51 +02:00
KISSInterface.py Fix KISS beacon frame length 2024-11-21 18:57:26 +01:00
LocalInterface.py Cleanup 2024-10-09 19:38:46 +02:00
PipeInterface.py Added announce frequency sampling to interfaces 2023-09-30 19:11:10 +02:00
RNodeInterface.py Improved RNode BLE reconnection reliability 2024-10-11 13:38:16 +02:00
RNodeMultiInterface.py Merge pull request #556 from jacobeva/rnode-multi-fix 2024-10-05 23:45:21 +02:00
SerialInterface.py Configured announce ingress limit defaults 2023-10-01 11:39:24 +02:00
TCPInterface.py Revert AF_INET6 addition to TCPInterface, since it breaks normal IPv4 connectivity for interface 2024-10-06 10:01:55 +02:00
UDPInterface.py Added announce frequency sampling to interfaces 2023-09-30 19:11:10 +02:00