RNS::Rnpath
Class methods
Drop all paths via a transport instance, matching Python Reticulum.drop_all_via().
drop_announce_queues
Drop all announce queues, matching Python Reticulum.drop_announce_queues().
Drop path to a destination, matching Python Reticulum.drop_path().
format_path_found(destination_hash : Bytes, hops : Int32, next_hop : Bytes, next_hop_interface : String) : String
Format a path found response.
Format path table output. Returns formatted string.
Format rate table output. Returns formatted string.
Collect path table from Transport, matching Python Reticulum.get_path_table().
Parse command-line arguments matching Python argparse behavior.
Validate a hex hash string, returning the bytes. Raises ValueError on invalid input.
Convert a relative timestamp to a human-readable "X ago" string. Matches Python rnpath.py pretty_date() behavior.