Skip to content

infiniteloop108/Publisher-Subscriber-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Publisher-Subscriber-Platform

Course assignment to make a publisher/subscriber platform

Requirements: Python 2.7+, SQLite, Peewee

Peewee can be installed by pip install peewee Alternatively a zip is provided with which you can install peewee manually

##Set up or clear the databse:

python database.py clear

##Running the server:

python server.py IP Port

##Running the client:

python client.py username server_ip server_port

About

Course assignment to make a publisher/subscriber platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages