Skip to content

Focault/ExperisLANchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a LAN Chat made as a project for Experis Core Course By Team 1 of H71 Class

IMPORTENT: For use in multiple computers change values in ServerAddress.h to real server details

Compilation Instructions:

  1. Enter DLIB/DLIB-O and make

$ cd DLIB/DLIB-O

$ make

  1. Enter Echat_Client/Chat and compile Sender and Receiver seperatly like that:

$ gcc -ansi -pedantic Sender.c -o Sender.out

$ gcc -ansi -pedantic Receiver.c -o Receiver.out

  1. Enter Echat_Client/ClientO and make

$ cd Echat_Client/ClientO

$ make

  1. Enter Echat_server/ServerO and make

$ cd Echat_server/ServerO

$ make

  1. run Echat_Server.out and Echat_Client.out (In that order!)

$ ./Echat_Server.out

$ ./Echat_Client.out

About

### This is a LAN Chat made as a project for Experis Core Course ###

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors