Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 293 Bytes

Console Messenger "Meow"

Lightweight pseudographical messenger for UNIX-like systems.

dependencies:

  • CMake
  • boost::asio
  • ncurses
  • OpenSSL

How to build:

  • mkdir build
  • cd build
  • cmake ..
  • make

How to run:

  • ./Server <port>
  • ./Client <server-ip> <server-port>