Skip to content

ScriptScorpion/ZeroMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • g++
  • cmake

Installation

  • 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

Usage

  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 on local network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors