It is a system that will hopefully allow you to communicate using text messages between computers on your local network
It is a system that will hopefully allow you to communicate using text messages between computers on your local network
I had done the README so it reflects all the information about this project
Log in to leave a comment
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
Log in to leave a comment
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.
Log in to leave a comment
I made the 2 way communication work a lot better with you being able to send a message anytime you want to
Log in to leave a comment
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
Log in to leave a comment
I created the communtication between the client and the server
Log in to leave a comment