Reticulum/RNS
Chad Attermann 1b7b131adc Added support for alternate firmware download URL
New command line option `--fw-url` accepts an alternate URL to use for
downloading firmware images.
Note this feature is moderately opinionated when it comes to directory
structure. The intent is to be compatible with GitHub releases, so the
latest version info is expected to be found at
"{fw-url}latest/download/release.json" and firmware images at
"{fw-url}download/{version}/{firmware_file.zip}".
2024-03-05 17:14:52 -07:00
..
Cryptography Updated exceptions 2023-10-24 01:39:25 +02:00
Interfaces Merge branch 'master' of github.com:markqvist/Reticulum 2024-02-13 19:00:00 +01:00
Utilities Added support for alternate firmware download URL 2024-03-05 17:14:52 -07:00
vendor Fix import paths 2023-05-05 10:37:22 +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 Updated license headers 2023-09-29 10:31:20 +02:00
Identity.py Fixed saving known destination when on-disk storage file has become corrupted 2024-02-29 23:23:41 +01:00
Link.py Added payload data inactivity metric to Link API 2024-02-29 23:05:16 +01:00
Packet.py Added ability to query physical layer stats on links 2023-10-28 00:05:35 +02:00
Resolver.py Resolver skeleton 2023-09-29 23:18:30 +02:00
Resource.py Check input_file attribut 2024-01-14 18:57:23 +01:00
Reticulum.py Adjusted link timings 2023-11-02 13:04:09 +01:00
Transport.py Limit amount of random blobs kept in memory and persisted to disk. Add check for non-existent announce in processing table. 2024-03-01 00:03:56 +01:00
__init__.py Added debug function 2024-01-14 18:56:20 +01:00
_version.py Updated version 2024-03-01 00:05:40 +01:00