Reticulum/RNS/Interfaces
Greg Troxel e273900e87 AutoInterface: Drop embedded scope identifier on fe80::
The code previously dropped scope identifiers expressed as a trailing
"%ifname", which happens on macOS.  On NetBSD and OpenBSD (and likely
FreeBSD, not tested), the scope identifier is embedded.  Drop that
form of identifier as well, because we keep address and ifname
separate, and because the scope identifier must not be part of
computing the hash of the address.

Resolves #240, failure to peer on NetBSD and OpenBSD.
2023-02-28 10:19:46 -05:00
..
Android Adjusted loglevels 2022-12-22 18:20:13 +01:00
AX25KISSInterface.py Updated deprecated threading API call and updated docs 2022-09-30 19:02:41 +02:00
AutoInterface.py AutoInterface: Drop embedded scope identifier on fe80:: 2023-02-28 10:19:46 -05:00
I2PInterface.py Improved I2P recovery time on unresponsive tunnels 2022-11-03 22:47:08 +01:00
Interface.py Implemented unknown path discovery 2022-05-22 14:18:58 +02:00
KISSInterface.py Updated deprecated threading API call and updated docs 2022-09-30 19:02:41 +02:00
LocalInterface.py Updated deprecated threading API call and updated docs 2022-09-30 19:02:41 +02:00
PipeInterface.py Updated deprecated threading API call and updated docs 2022-09-30 19:02:41 +02:00
RNodeInterface.py Improved RNode reconnection when serial device disappears 2023-02-18 13:31:22 +01:00
SerialInterface.py Updated deprecated threading API call and updated docs 2022-09-30 19:02:41 +02:00
TCPInterface.py Fixed missing IFAC identity init on spawned TCP clients. Closes #137. 2022-11-03 14:16:00 +01:00
UDPInterface.py Updated deprecated threading API call and updated docs 2022-09-30 19:02:41 +02:00
__init__.py Fixed Android interfaces import 2022-10-22 01:38:38 +02:00