Skip to content

sdht0/P2P-chat-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

P2P Chat App

Overview and Usage

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.

Acknowledgements

License

GNU GPLv3

About

A python program which acts as a P2P chat application, created using Sockets and Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages