logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gnunet-cadet — create or obtain information about CADET tunnels and peers

Bugs

       Report   bugs   by    using    https://bugs.gnunet.org    or    by    sending    electronic    mail    to
       ⟨gnunet-developers@gnu.org⟩.

Debian                                             May 3, 2016                                   GNUNET-CADET(1)

Description

gnunet-cadet  prints  information  about  CADET  tunnels and peers.  It can also be used for command-line
       based CADET tunnels using the -oSHARED_SECRET option to open a port on a  receiving  PEER_ID  and  using
       gnunet-cadetPEER_ID⟩  ⟨SHARED_SECRET⟩  to establish one circuit to that peer from any other peer.  The
       receiving process will only accept one incoming circuit, but several commands using the same  -o  can  be
       issued  to  satisfy  multiple  requests.   For  one-to-many  communication gnunet-social(1) may be better
       suited, however.

       -CCONNECTION_ID | --connection=CONNECTION_ID
               Provide information about the connection CONNECTION_ID.

       -d | --dump
               Dump debug information to stderr.

       -e | --echo
               Activate echo mode.

       -oSHARED_SECRET | --open-port=SHARED_SECRET
               Listen for connections using a  shared  secret,  provided  as  SHARED_SECRET,  among  sender  and
               recipient.

       -pPEER_ID | --peer=PEER_ID
               Provide information about the peer PEER_ID.

       -P | --peers
               Provide information about all (known) peers.

       -T | --tunnels
               Provide information about all tunnels.

       -cFILENAME | --config=FILENAME
               Use the configuration file FILENAME.

       -h | --help
               Print the help page.

       -lFILENAME | --logfile=FILENAME
               Configure logging to write logs to FILENAME.

       -LLOGLEVEL | --loglevel=LOGLEVEL
               Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.

       -v | --version
               Print the GNUnet version number.

Name

       gnunet-cadet — create or obtain information about CADET tunnels and peers

See Also

       The  full documentation for gnunet is maintained as a Texinfo manual.  If the info(1) and gnunet programs
       are properly installed at your site, the command

             infognunet

       should give you access to the complete handbook,

             infognunet-c-tutorial

       will give you access to a tutorial for developers.

       Depending on your installation, this information is also available in gnunet(7) and gnunet-c-tutorial(7).

Synopsis

gnunet-cadet   [-CCONNECTION_ID   |   --connection=CONNECTION_ID]   [-d   |   --dump]  [-e  |  --echo]
                    [-oSHARED_SECRET | --open-port=SHARED_SECRET] [-pPEER_ID | --peer=PEER_ID] [-P |  --peers]
                    [-T     |    --tunnels]    [-cFILENAME    |    --config=FILENAME]    [-h    |    --help]
                    [-lFILENAME | --logfile=FILENAME] [-LLOGLEVEL  |  --loglevel=LOGLEVEL]  [-v  |  --version]
                    ⟨PEER_ID⟩ ⟨SHARED_SECRET

See Also