mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 15:14:53 -04:00
Improved path utility output
This commit is contained in:
parent
dd5133751e
commit
f25906d44e
4 changed files with 33 additions and 3 deletions
|
@ -37,8 +37,8 @@ def program_setup(configdir, destination_hexhash, verbosity):
|
|||
i = (i+1)%len(syms)
|
||||
|
||||
hops = RNS.Transport.hops_to(destination_hash)
|
||||
next_hop = RNS.prettyhexrep(RNS.Transport.next_hop(destination_hash))
|
||||
next_hop_interface = str(RNS.Transport.next_hop_interface(destination_hash))
|
||||
next_hop = RNS.prettyhexrep(reticulum.get_next_hop(destination_hash))
|
||||
next_hop_interface = reticulum.get_next_hop_if_name(destination_hash)
|
||||
|
||||
if hops > 1:
|
||||
ms = "s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue