Command line group messagging client/server build with OpenSSL for socket cryptography
# Compile
make
# Run
./bin/clichat <flags>
Flags:
- -t <s/c> define the socket type 's' for server or 'c' for client
- -l <file.conf> load config file
- -c U=<username> I=<ip> P=<port> C=<cert.pem> K=<key.pem>
- add '-s <filename.conf>' to save the custom configuration