Skip to content

TomFaulkner/SenseMeServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SenseMeServer

Python REST API Server for SenseMe devices

Not much to see here at the moment, but the idea is a Hug based REST API to access and control SenseMe devices using the SenseMe library.

Requirements

  • Python 3.6+
  • Hug (version tbd.)

The SenseMe library requires Python 3.6 for fstrings. This project is relying on the ordered nature of dictionaries in 3.6.

Future

Once this is ready for use I'll include a Dockerfile for ease of use.