gnunet-conversation.1 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .TH GNUNET\-CONVERSATION 1 "October 5, 2013" "GNUnet"
  2. .SH NAME
  3. gnunet\-conversation \- have a conversation with your peers
  4. .SH SYNOPSIS
  5. .B gnunet\-conversation \-e NAME [OPTIONS]
  6. .RI URI
  7. .br
  8. .SH DESCRIPTION
  9. \fBgnunet\-conversation\fP can be used to have a conversation with
  10. other GNUnet users.
  11. You can make calls and receive incoming calls.
  12. You need to setup an ego using gnunet\-identity first.
  13. For others to be able to call you, you must add a PHONE record to
  14. your zone in the GNU Name System (using gnunet\-namestore).
  15. gnunet\-conversation has an interactive help system via the /help
  16. command.
  17. .SH OPTIONS
  18. .B
  19. .IP "\-c FILENAME, \-\-config=FILENAME"
  20. Use the configuration file FILENAME.
  21. .B
  22. .IP "\-e NAME, \-\-ego=NAME"
  23. Specifies the NAME of the ego to use (for caller ID).
  24. .B
  25. .IP "\-h, \-\-help"
  26. Print short help on options.
  27. .B
  28. .IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
  29. Use LOGLEVEL for logging.
  30. Valid values are DEBUG, INFO, WARNING and ERROR.
  31. .B
  32. .IP "\-p LINE, \-\-phone=LINE"
  33. Optional argument that can be used to specify the phone LINE to be used with
  34. the conversation service.
  35. The default LINE is zero, which should be fine for most users.
  36. .B
  37. .IP "\-v, \-\-version"
  38. Print GNUnet version number.
  39. .SH BUGS
  40. Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
  41. electronic mail to <gnunet\-developers@gnu.org>
  42. .SH SEE ALSO
  43. \fBgnunet\-identity\fP(1), \fBgnunet\-namestore\fP(1), \fBgnunet\-gns\fP(1)
  44. The full documentation for
  45. .B gnunet
  46. is maintained as a Texinfo manual. If the
  47. .B info
  48. and
  49. .B gnunet
  50. programs are properly installed at your site, the command
  51. .IP
  52. .B info gnunet
  53. .PP
  54. should give you access to the complete handbook,
  55. .IP
  56. .B info gnunet-c-tutorial
  57. .PP
  58. will give you access to a tutorial for developers.
  59. .PP
  60. Depending on your installation, this information is also
  61. available in
  62. \fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).