Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 502 Bytes

tcp-chatroom

A TCP and scokets based chatroom with client and server scripts written in Python.

currently only works in a LAN. currently unsecured (no enryption has been implemented)

How to get started

  • Run the server.py file and enter the ip of the local machine. Default port is set as 34443
  • Clients need to be in the same network as the server
  • On the clients machine run the clients.py file and enter the ip address of the server, the deafult port is 34443
  • Once connected, chat :)