Skip to content

IhabBendidi/INSEA_MATCH

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSEA_MATCH

help machines in local network to join a chatroom and send messages to each other! one of the machines should run both scripts server_side_chat_room.py and client_chat.py

python server_side_chat_room.py [Server_ip] [Port_number|[default 8081]]
python client_chat.py [Server_ip] [Port_number|[default 8081]] [Name]

the server_ip is the ip adress of the machine who is executing server_side_chat_room.py

you can also execute the client script with bash script chat_room.sh

./chat_room.sh

and then type the information he will ask you about .

About

Local chatroom creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.1%
  • Shell 7.9%