This is a python program for peer-to-peer chat application, built as a class project for Computer Networks. It can communicate between peers without the need for a central server. The only requirement is to know the peer's network address in the form of IP and Port number.
It requires the python programming language: Python 2.7 (http://python.org/download/)
The program can be run by: python chatApp.py
You may get a 'command not found' error in Windows, which means python is not in your PATH. Check out how to add python to your path here: http://superuser.com/questions/143119/how-to-add-python-to-the-windows-path.
- Prof A. Prakash, for the project idea and concepts of Computer Networks
- The wonderful community over at http://stackoverflow.com, for helping get past all bottlenecks
- The very helpful documentation of Tkinter at http://effbot.org/tkinterbook/
GNU GPLv3