Skip to content

0xby73/ANMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANMP

Across Network Messaging Protocol

Table of contents

Getting Started

Dependencies

Run

sudo chmod +x setup.sh
./setup.sh
  • if you dont have the dependencies already installed

This project requires the following dependencies:

  • make
  • g++
  • ncurses

Installation

  • Makefile
make // To compile both the server and the client
make server // To compile the server
make client // To compile the client
make clean // To clean / Remove the compiled binaries

Usage

  • To run the server you run
./server PORT
  • To run the client you run
./client IP PORT

Define the arguments to your needs

  • Enter your username when prompted then you'll be sent to the main room
  • Use !help to view the list of commands