🤬
..
README.md Loading last commit info...
TCPclient.py
TCPserver.py
README.md

UDP server just to receive messages

https://user-images.githubusercontent.com/32443720/133366580-3903e6ea-6e81-4f22-b614-2b5f20b9603f.mp4

ℹ️ Tecnologias Usadas

  • Python

ℹ️ How use?

# Clone the repository
$ git clone https://github.com/kurogai/100-redteam-projects

# Enter the repository
$ cd 100-redteam-projects/Projects/1_TCP_chat_server

# Open a terminal and run
$ python3 TCPserver.py 127.0.0.1 5555

# Open a new terminal and run 
$ python3 TCPclient.py 127.0.0.1 5555

# Open a new terminal and run
$ python3 TCPclient.py 127.0.0.1 5555

📚 References

https://www.neuralnine.com/tcp-chat-in-python/

https://www.geeksforgeeks.org/simple-chat-room-using-python/
Please wait...
Page is in error, reload to recover