Reticulum/RNS/Utilities
nothingbutlucas acd893a6e6
refactor: Replace string concatenation with joins
Same as previous commits. "".join() is better that "string" + "another_string" + "another_string_2", because strings are immutable.
Also, changed for loops with list comprehension. This is much faster and would improve performance.

Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
2024-04-24 15:37:10 -03:00
..
__init__.py Updated license headers 2022-04-01 17:18:18 +02:00
rncp.py Fixed output formatting in rncp 2023-09-25 15:29:41 +02:00
rnid.py refactor(main): Reduce complexity of main function 2024-04-24 11:04:26 -03:00
rnir.py style: Format the code a little bit 2024-04-24 11:28:00 -03:00
rnodeconf.py Added support for T3S3 boards to rnodeconf autoinstaller 2024-04-22 01:26:35 +02:00
rnpath.py Added ability to drop all paths via a specific transport instance to rnpath 2023-10-01 11:39:07 +02:00
rnprobe.py Fixed rnprobe formatting issue 2024-01-13 16:37:48 +01:00
rnsd.py Added RPC key configuration option to manual 2023-10-07 12:40:30 +02:00
rnstatus.py refactor(if/elif): Add elif's on if "questions" 2024-04-24 12:11:43 -03:00
rnx.py refactor: Replace string concatenation with joins 2024-04-24 15:37:10 -03:00