Skip to content

A simple chatroom using customized Application layer protocol

License

Notifications You must be signed in to change notification settings

MoRunChang2015/Socket-Chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket-Chatroom

A simple chatroom using customized Application layer protocol

  • requestment: python-tk (install command in Ubuntu: apt-get python-tk)
  • environment: Ubuntu 16.04 LTS, python 2.7

Usage

start server

python src/server.py <port>

server default listening 8000 port.

start client

python src/client.py <server's host> <server's port>

About

A simple chatroom using customized Application layer protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages