Skip to content

andresmauro17/python_socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python mqtt

This is a project to test Sockets with this tutorial https://www.youtube.com/watch?v=3QiPPX-KeSc.

1. Installation

  • To clone the repository
  • To create a virtual enviroment python3.7 -m venv .
  • To activate the virtual enviroment (WINDOWS) source bin/activate
  • To install dependencies pip install -r .requirements.txt
  • please locate prompt on scr folder cd src
  • duplicate .env-example in order to set your own credentials cp .env-example .env

1. run the services

  • To init the server python3.7 server.py
  • To init the server client python3.7 client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages