Skip to content

ScriptScorpion/ZeroMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install

  • mkdir build, cd build, cmake ..
  • To install normal way type: cmake --build .
  • To delete all files needed for build, except executables, type: cmake --build . --target clear

How to use

  1. Launch server by doing: For Windows .\server, For Linux ./server. Enter port in which start server(default port is 8080).
  2. Launch client by doing: For Windows .\client, For Linux ./client. Enter IP and Port of the server you connecting to(this information is displayed on server screen).

If you found any bugs in program, please create new issue on the Issues page.

About

utility that helps communicate with others without internet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published