Skip to content

Street-Lights-IOT/edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge

Quickstart

  1. Create a virtual environment

     python3 -m venv .env
    
  2. Activate it

     source .env/bin/activate
    
  3. Install dependencies

     pip install -r requirements.txt
    
  4. Lunch the edge

     python edge.py
    
  5. To list the endpoints of the API, check the following website http://coap.me/crawl/coap://YOUR_IP_ADDRESS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages