Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 475 Bytes

Cli_chat

Command line group messagging client/server build with OpenSSL for socket cryptography

How to use

# 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