A CLI for the Messenger service of GNUnet.
o o
ooo oo
ooooo ooooo
oo ooo
oo ooo
ooooooo
oooooo
oooo
The tool messenger-cli is an terminal interface for the GNUnet Messenger service. The goal is to provide private and secure communication between any group of devices.
Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.
The following dependencies are required and need to be installed to build the application:
- gnunet: For using general GNUnet datatypes
- libgnunetchat: For chatting via GNUnet messenger
- ncurses: For the general UI visualization
Then you can simply use Meson as follows:
meson setup build # Configure the build files for your system
ninja -C build # Build the application using those build files
ninja -C build install # Install the application
Here is a list of some useful build commands using Meson and Ninja:
meson compile -C buildto just compile everything with configured parametersrm -r buildto cleanup build files in case you want to recompilemeson install -C buildto install the compiled files (you might need sudo privileges)meson dist -C buildto create a tar file for distributionninja -C build uninstallto uninstall a previous installation (you might need sudo privileges)
If you want to change the installation location, use the --prefix= parameter in the initial meson command. Also you can enable optimized release builds by adding --buildtype=release as parameter.
If you want to contribute to this project as well, the following options are available:
- Contribute directly to the source code with patches to fix issues, implement new features or improve the usability.
- Open issues in the bug tracker to report bugs, issues or missing features.
- Contact the authors of the software if you need any help to contribute (testing is always an option).
The list of all previous authors can be viewed in the provided file.
