Skip to content

Super lightweight unix-based terminal messenger. Does NOT have any encryption, protection or smth, it exist only to send messages and recieve them

Notifications You must be signed in to change notification settings

daffukk/echelon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Echelon

Unix-like systems lightweight messenger

Usage

If you want to build app yourself then go ahead to Build section

If you are in LOCAL network:

Server:

  • You just need to run ./server

Client:

  • Run ./client
  • Choose your nickname

If you are in WAN:

Server uses 25575 port

Server:

  • Open the 25575 port (Or you can change port in server.cpp at 32 line, after that you need to build app yourself)
  • Run ./server

Client:

Here things are a bit more complicated.

  • Uncomment line 44 and replace ur_server_ip with your actual server IP address
  • Build the application
  • Run ./client
  • Choose your nickname

Build

Client: g++ -o client client.cpp Server: g++ -o server server.cpp

About

Super lightweight unix-based terminal messenger. Does NOT have any encryption, protection or smth, it exist only to send messages and recieve them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages