Skip to content

Commit

Permalink
Actually put content in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
chprice committed Mar 26, 2012
1 parent 945e211 commit 5cf4240
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README
@@ -1,3 +1,5 @@
Chat program
Python Chat program


A GUI chat program written in python 3. It is designed to not need a central server and so work very well on LANs that are not connected to the internet. One user starts the program in server mode, listening on a port of their choosing, and then other users connect to their machine. Each new user then acts as a host, allowing other people to connect to them. Encryption is done using Diffie-Hellman xor encrypting. Eventually some sort of real encryption will happen, but it is atleast semi-secured. It allows users to set nicknames, save chat history, and stores recent connections in addition to regular chatting.

(This is intentionally left blank for now)

0 comments on commit 5cf4240

Please sign in to comment.