gnunet-peerinfo.1 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .\" This file is part of GNUnet.
  2. .\" Copyright (C) 2001-2019 GNUnet e.V.
  3. .\"
  4. .\" Permission is granted to copy, distribute and/or modify this document
  5. .\" under the terms of the GNU Free Documentation License, Version 1.3 or
  6. .\" any later version published by the Free Software Foundation; with no
  7. .\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
  8. .\" copy of the license is included in the file
  9. .\" FDL-1.3.
  10. .\"
  11. .\" A copy of the license is also available from the Free Software
  12. .\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
  13. .\"
  14. .\" Alternately, this document is also available under the General
  15. .\" Public License, version 3 or later, as published by the Free Software
  16. .\" Foundation. A copy of the license is included in the file
  17. .\" GPL3.
  18. .\"
  19. .\" A copy of the license is also available from the Free Software
  20. .\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
  21. .\"
  22. .\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
  23. .\"
  24. .Dd March 4, 2013
  25. .Dt GNUNET-PEERINFO 1
  26. .Os
  27. .Sh NAME
  28. .Nm gnunet-peerinfo
  29. .Nd display information about other peers
  30. .Sh SYNOPSIS
  31. .Nm
  32. .Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  33. .Op Fl g | -get-hello
  34. .Op Fl h | -help
  35. .Op Fl i | -info
  36. .Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  37. .Op Fl l Ar LOGFILE | Fl -logfile= ns Ar LOGFILE
  38. .Op Fl n | -numeric
  39. .Op Fl p Ar HELLO | Fl -put-hello= Ns Ar HELLO
  40. .Op Fl q | -quiet
  41. .Op Fl s | -self
  42. .Op Fl v | -version
  43. .Sh DESCRIPTION
  44. .Nm
  45. displays the known addresses and trust of known peers.
  46. .Bl -tag -width indent
  47. .It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
  48. Load config file, default FILENAME of the config is
  49. .Pa ~/.config/gnunet.conf .
  50. .It Fl g | -get-hello
  51. Output HELLO uri(s)
  52. .It Fl h | -help
  53. Print the help page.
  54. .It Fl i | -info
  55. List all known peers (and their addresses).
  56. .It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
  57. Set the loglevel
  58. .It Fl l Ar LOGFILE | Fl -logfile= ns Ar LOGFILE
  59. Log messages to LOGFILE
  60. .It Fl n | -numeric
  61. Disable resolution of IPs to hostnames
  62. .It Fl p Ar HELLO | Fl -put-hello= Ns Ar HELLO
  63. Add given HELLO uri to the database
  64. .It Fl q | -quiet
  65. Do not print anything but the peer identities
  66. .It Fl s | -self
  67. Print only our own identity.
  68. Together with
  69. .Fl q ,
  70. this is the exact line that other peers would have to put in to their friends file in order to consider this peer one of their friends in F2F mode.
  71. .It Fl v | -version
  72. Print the version number
  73. .El
  74. .Sh SEE ALSO
  75. .Xr gnunet.conf 5
  76. .sp
  77. The full documentation for gnunet is maintained as a Texinfo manual.
  78. If the
  79. .Xr info 1
  80. and gnunet programs are properly installed at your site, the command
  81. .Pp
  82. .Dl info gnunet
  83. .Pp
  84. should give you access to the complete handbook,
  85. .Pp
  86. .Dl info gnunet-c-tutorial
  87. .Pp
  88. will give you access to a tutorial for developers.
  89. .sp
  90. Depending on your installation, this information is also available in
  91. .Xr gnunet 7 and
  92. .Xr gnunet-c-tutorial 7 .
  93. .\".Sh HISTORY
  94. .\".Sh AUTHORS
  95. .Sh BUGS
  96. Report bugs by using
  97. .Lk https://bugs.gnunet.org
  98. or by sending electronic mail to
  99. .Aq Mt gnunet-developers@gnu.org .