ZeroCool2u / Chatem

A rudimentary chat client that calls you Shepherd Commander by default.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes:

Chatem was developed using Python3 on Ubuntu 64-bit LTS. It does not execute in Windows environments.

There is argument specific help for each script builtin to the argument parser.

Example Commands:

Directory Service Start:

python3 dirservice.py -port 9876

Chat client instance 1:

python3 chat.py -username Theo -hostaddress 127.0.0.1:54321 -destinationaddress Eve -directoryaddress 127.0.0.1:9876

Chat client instance 2:

python3 chat.py -username Eve -hostaddress 127.0.0.1:3000 -destinationaddress Theo -directoryaddress 127.0.0.1:9876

About

A rudimentary chat client that calls you Shepherd Commander by default.


Languages

Language:Python 100.0%