Local chat system banner

Local chat system

6 devlogs
2h 58m 11s

It is a system that will hopefully allow you to communicate using text messages between computers on your local network

Demo Repository

Loading README...

bencetopa06

I had done the README so it reflects all the information about this project

Attachment
0
bencetopa06

I added a new file called client-server.py, which made it so that you don’t need to have a client program running on one computer and a server on the other but rather just one code on both computers that can both act as a server and a client depending on who initiates the messaging

Attachment
0
bencetopa06

I sucsessfully made it work not only with localhost on my own computer but between my pc and my laptop. I also made it so you can join any server currently running on your network by typing their local ip adress.

0
bencetopa06

I made the 2 way communication work a lot better with you being able to send a message anytime you want to

0
bencetopa06

I made 2 direction communication work properly, but I still have to improve uppon it to make it work with one person typing 2 messages after eachother, not just replying to the others messages

Attachment
0
bencetopa06

I created the communtication between the client and the server

Attachment
0