myitinos aa37cc0aff | 5 years ago | |
---|---|---|
client | 5 years ago | |
server | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago |
Table of Contents
NIM :
160010136
Nama:
Leonardo Deo Gratias Agamus
This project is made to complete my Network Programming midterm assignment to make a simple chat application using python.
This is a simple chat app that use socket for connection, and it's clients side can use netcat
to connect or use the provided client side script to open a GUI client using tkinter.
You can run the server side script inside the server subdirectory by using:
__main__.py HOST PORT
or
__main__.py -h
to see the full help dialog
You can run the client side script inside the client subdirectory by using:
__main__.py HOST PORT
or
__main__.py -h
to see the full help dialog
Thanks to these two article as my inspiration