Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 349 Bytes

Client/Server IPC-based chat

Project written in C using ncurses and IPC utils. Project written for Operating System subject.

Getting started

Compilation

make

Running server

./server [pierwsza instancja]
./server identyfikator_repozytorium [kolejna instancja]

Running client

./client [nr_kolejki_servera]