Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

146 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Create a venv and then install the required python packages.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Copy .env.sample into .env.

  • Make sure that DEVICE_ID has the same value as the DEVICEID of the corresponding ESP8266 (or the device_id field of the /scan request payload).
  • API_IP is the IP address of the server you want to connect to (VM or Localhost IP).
cp .env.sample .env

Running Client

Then, run:

python3 display_pic.py

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages