/Chat_App

App created for 'systems and concurrent programming' subject

Primary LanguageC

Chat_App

App created for a subject 'systems and concurrent programming'

Compilation

To copmile paste this commands to the terminal:

  gcc server.c src/* -o server
  gcc client.c -o client

Launching

To run server paste ./server to ONE terminal

To run client paste ./client to as many terminals as you wish

Authors

  • Olga Gerlich (148088)
  • Paweł Marczewski (148099)