An open API service indexing awesome lists of open source software.

https://github.com/chizhg/secureim

A secure Instant Message System.
https://github.com/chizhg/secureim

python security socket

Last synced: about 1 year ago
JSON representation

A secure Instant Message System.

Awesome Lists containing this project

README

          

Python version: 2.7.10

- Command to start the server:
python ChatServer.py
> Note we can change the server configuration in the server.cfg.

- Command to start the client:
python ChatClient.py
> Note we can change the client configuration in the client.cfg.

- We can use the following user names and passwords to login the server:

user name | password
--------- | ---------
test | password
Alice | programmer
Bob | netsec
John | helloworld

- To list all online user names, type **list** in the command line

- To send message to another user, type **send \ \** in the command line.
> Ex. send Bob hello

- To logout from the server, type **logout** in the command line

- To stop the server, type **exit** in the server's command line