Skip to content

zambodev/cli_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line group messagging client/server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published