Skip to content

severeone/lechat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lechat

Simple peer-to-peer libevent chat.

How to build:

sudo apt-get install libevent-dev cmake3
mkdir build
cd build
cmake ../
make

How to run:

chmod +x lechat
./lechat eth0

Understands two operators:

  1. message >>> ip_address

    Connect to a specified address, if not connected, and send a message.

  2. name or ip_address === name

    Rename a connected recipient.

About

A simple chat on libevent library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published