diff --git a/docs/Reticulum Manual.epub b/docs/Reticulum Manual.epub index 02c7df9b..1b16584e 100644 Binary files a/docs/Reticulum Manual.epub and b/docs/Reticulum Manual.epub differ diff --git a/docs/Reticulum Manual.pdf b/docs/Reticulum Manual.pdf index 322748a6..d02de0e0 100644 Binary files a/docs/Reticulum Manual.pdf and b/docs/Reticulum Manual.pdf differ diff --git a/docs/manual/_sources/using.rst.txt b/docs/manual/_sources/using.rst.txt index 9b03316e..fdd11262 100644 --- a/docs/manual/_sources/using.rst.txt +++ b/docs/manual/_sources/using.rst.txt @@ -622,13 +622,20 @@ Or fetch a file from the remote system: $ rncp --fetch ~/path/to/file.tgz 73cbd378bb0286ed11a707c13447bb1e +The default identity file is stored in ``~/.reticulum/identities/rncp``, but you can use +another one, which will be created if it does not already exist + +.. code:: text + + $ rncp ~/path/to/file.tgz 73cbd378bb0286ed11a707c13447bb1e -i /path/to/identity + **All Command-Line Options** .. code:: text usage: rncp [-h] [--config path] [-v] [-q] [-S] [-l] [-F] [-f] [-j path] [-b seconds] [-a allowed_hash] [-n] [-p] - [-w seconds] [--version] [file] [destination] + [-i identity] [-w seconds] [--version] [file] [destination] Reticulum File Transfer Utility @@ -653,6 +660,7 @@ Or fetch a file from the remote system: -a allowed_hash allow this identity (or add in ~/.rncp/allowed_identities) -n, --no-auth accept requests from anyone -p, --print-identity print identity and destination info and exit + -i identity path to identity to use -w seconds sender timeout before giving up -P, --phy-rates display physical layer transfer rates --version show program's version number and exit diff --git a/docs/manual/genindex.html b/docs/manual/genindex.html index 4c10597f..20f351ab 100644 --- a/docs/manual/genindex.html +++ b/docs/manual/genindex.html @@ -669,6 +669,8 @@
  • request_path() (RNS.Transport static method)
  • RequestReceipt (class in RNS) +
  • +
  • required_discovery_value() (RNS.Reticulum static method)
  • resend() (RNS.Packet method)
  • diff --git a/docs/manual/objects.inv b/docs/manual/objects.inv index 053bdd43..5208faea 100644 Binary files a/docs/manual/objects.inv and b/docs/manual/objects.inv differ diff --git a/docs/manual/reference.html b/docs/manual/reference.html index e38c1b35..9d94aa25 100644 --- a/docs/manual/reference.html +++ b/docs/manual/reference.html @@ -395,6 +395,18 @@ can remotely query and manage this instance.

    +
    +
    +static required_discovery_value()ΒΆ
    +

    Returns the required stam value for a discovered interface +to be considered valid and remembered.

    +
    +
    Returns:
    +

    The required stamp value as an integer.

    +
    +
    +
    +

    Identity

    @@ -2202,6 +2214,7 @@ will announce it.

  • transport_enabled()
  • link_mtu_discovery()
  • remote_management_enabled()
  • +
  • required_discovery_value()
  • Identity