nothingbutlucas
c032a2e438
refactor(if/elif): Add elif's on if "questions"
...
The variable sorting can have only 1 value at a time. So does not make sense to ask on every if statement the value of sorting. If one statement is True, then, the other would be False.
Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
2024-04-24 12:11:43 -03:00
nothingbutlucas
1f6a494e14
refactor: Change loop for dictionary comprehension
...
This will improve code execution because nested loops are slower than list/dictionary comprehensions.
Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
2024-04-24 12:08:23 -03:00
nothingbutlucas
059c2381b5
refactor(if/else/return): Remove indentation
...
This may seems like a lot, but the only think that I change here was the if/else block. I move the else statement at the beginning and if that condition is true, will exit the function. This is just for code clarity, I think that this change should not improve the speed or performance of the code.
Signed-off-by: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com>
2024-04-24 11:52:02 -03:00
Mark Qvist
ed3479da9a
Reordered airtime stats
2023-10-04 23:46:35 +02:00
Mark Qvist
fcdb455d73
Added sort mode to rnstatus
2023-10-01 01:08:19 +02:00
Mark Qvist
803a5736c9
Added held announce stats to rnstatus
2023-10-01 00:12:49 +02:00
Mark Qvist
4fa616a326
Added interface sorting and announce rate display to rnstatus
2023-09-30 19:14:39 +02:00
Mark Qvist
82f204fb44
Added ability to enable a built-in probe responder destination for Transport Instances
2023-09-21 18:48:08 +02:00
Mark Qvist
1e6cd50f46
Updated rnstatus output
2023-09-21 12:07:11 +02:00
Mark Qvist
874d76b343
Added Transport Instance uptime to rnstatut output
2023-09-18 15:45:55 +02:00
Mark Qvist
67c468884f
Added channel load and airtime stats to rnstatus output
2023-09-13 20:07:53 +02:00
Mark Qvist
159c7a9a52
Fixed rnstatus JSON output error
2023-03-08 14:10:33 +01:00
Mark Qvist
d02cdd5471
Added JSON output to rnstatus
2023-02-17 21:29:35 +01:00
Mark Qvist
76fcad0b53
Added better I2P state visibility to rnstatus util
2022-11-03 17:49:25 +01:00
Mark Qvist
8a24dbae40
Added filter option to rnstatus utility
2022-06-12 19:08:47 +02:00
Mark Qvist
a6dbc53209
Improved status display for I2P interfaces
2022-05-25 21:44:49 +02:00
Mark Qvist
d3ab0878e0
Improved I2P interface display in rnstatus
2022-05-25 15:50:54 +02:00
Mark Qvist
fc80dd2614
Improved rnstatus output
2022-05-25 14:21:04 +02:00
Mark Qvist
44ba5624bc
Added gateway mode to rnstatus
2022-05-22 15:16:58 +02:00
Mark Qvist
8636259886
Added roaming and boundary interface modes
2022-05-13 21:03:51 +02:00
Mark Qvist
5d90ea565a
Implemented interface authentication and virtual network segmentation
2022-04-27 19:00:09 +02:00
Mark Qvist
0db64610b1
Added reverse path detection
2022-04-20 19:29:25 +02:00
Mark Qvist
b3a439993d
Improved rnstatus output
2022-04-20 09:59:58 +02:00
Mark Qvist
282239fc57
Added interface announce queue stats to rnstatus
2022-04-18 16:41:38 +02:00
Mark Qvist
dd55899775
Improved I2P interface display in rnstatus
2022-04-17 19:35:05 +02:00
Mark Qvist
5f36c8601f
Improved rnstatus utility display
2022-04-17 19:08:48 +02:00
Mark Qvist
2f71296816
Basic interface rate estimation
2022-04-17 19:07:32 +02:00
Mark Qvist
059b0743ef
Improved rnstatus util display
2022-04-17 17:30:39 +02:00
Mark Qvist
4d4d39651f
Improved rnstatus util display
2022-04-16 23:26:57 +02:00
Mark Qvist
dc6877927e
Updated license headers
2022-04-01 17:18:18 +02:00
Mark Qvist
d4aabc8b89
Added I2P base32 address output to rnstatus utility
2022-02-26 21:04:54 +01:00
Mark Qvist
b21e0bee20
Updated documentation
2021-10-08 18:30:17 +02:00
Mark Qvist
cd6427cc9d
Fixed rnstatus output
2021-09-25 23:56:56 +02:00
Mark Qvist
1749393732
Fixed rnstatus output
2021-09-25 23:44:59 +02:00
Mark Qvist
f25906d44e
Improved path utility output
2021-09-25 11:27:43 +02:00
Mark Qvist
7991db5c74
Added rnstatus utility
2021-09-24 20:10:04 +02:00