griv is a serverless LAN chat application. The protocol is based on RivChat.
Requirements:
· gtk 2.12 or newer
· xserver-xorg-dev
· x11proto-scrnsaver-dev
· libx11-dev
Basic Installation:
./configure
make
make install
Configuration file is located at ~/.config/griv.conf
Note:
RivChat protocol uses cp1250 encoding.
It would be possible to send cp1250 encoded messages only to RivChat users, and UTF-8 messages to griv users.
If there's demand for it - please let me know (and ideally provide patch!).
Commandline options:
--nick (-n)
--user (-u)
--port (-p)
Example:
griv -n Tomasz -u desowin -p 16127
griv --nick Tomasz --user desowin --port 16127
What's New in This Release:
· Bugfixes.
· ID is used in favor of nick.
· Sending program running time (according to the RivChat protocol) has been implemented.
· RC_REPOP has been implemented.
Product's homepage