Reticulum/RNS
Tristan B. Velloza Kildaire 1768ddc459
Determine AF FAMILY from getaddrinfo BEFORE socket ctor
Before we call the `socket.socket(...)` constructor function, let us first provide `self.target_ip` and `self.target_port` to `socket.getaddrinfo(...)` (static function) and then get the AF family from it. Then we pass this into the ctor
2024-11-03 14:37:28 +02:00
..
Cryptography Updated exceptions 2023-10-24 01:39:25 +02:00
Interfaces Determine AF FAMILY from getaddrinfo BEFORE socket ctor 2024-11-03 14:37:28 +02:00
Utilities Add rnode battery state to rnstatus output 2024-10-11 10:14:10 +02:00
vendor Added better handling on Windows of interfaces that are non-adoptable for AutoInterface 2024-05-17 23:54:48 +02:00
__init__.py Update profiler output 2024-09-16 18:20:31 +02:00
_version.py Updated version 2024-10-20 13:45:52 +02:00
Buffer.py Updated license headers 2023-09-29 10:31:20 +02:00
Channel.py Fixed missing attribute check 2023-09-19 10:13:27 +02:00
Destination.py Raise exception when SINGLE destination is created without identity 2024-09-16 18:20:53 +02:00
Identity.py Cleanup 2024-10-20 12:26:54 +02:00
Link.py Fixed invalid link RSSI, SNR and Q data returned from API functions. Improved link physical layer stats updates. 2024-10-20 13:34:02 +02:00
Packet.py Fixed invalid link RSSI, SNR and Q data returned from API functions. Improved link physical layer stats updates. 2024-10-20 13:34:02 +02:00
Resolver.py Resolver skeleton 2023-09-29 23:18:30 +02:00
Resource.py Fixed resource transfers hanging for a long time over slow links if proof packet is lost 2024-10-10 17:06:43 +02:00
Reticulum.py Add rnode battery state to rnstatus output 2024-10-11 10:14:10 +02:00
Transport.py Fixed resource transfers hanging for a long time over slow links if proof packet is lost 2024-10-10 17:06:43 +02:00