Skip to content

christopolise/mqtt_chat_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

TUI MQTT Chat Client

http://ecenetworking.byu.edu/493r/labs/lab-8/

Installation

Prerequirements:

  • Python3.6, any higher and the npyscreen won't work
  • virtualenv

Setting up virtualenv:
virtualenv --python=/usr/bin/python3.6 <name_of_venv>

Go into venv and install program prerequisites:

source <location_of_venv>/bin/activate
cd py_src
pip install -r requirements.txt

Now we are ready to execute the program:
cd ..
bin/chat [OPTIONS]

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages