Skip to content

An Android Application to manage devices at home

Notifications You must be signed in to change notification settings

gitHubCoCoder/EHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

EHome

An Android Application to manage devices at home
There is also backend for ehome

BACKEND HOW TO USE API

get value from adafruit: send GET request to http://localhost:5000/listener/username/test1
=> the value return is the current state of the the device on ADAFRUIT server

send value to adafruit: send POST request to http://localhost:5000/publisher/
with the content of the http pakage like this:
{ "name":"test1", "value":"OFF" } => the feed named "test1" will turn off on ADAFRUIT server

Some useful document

Vietnamese: https://techmaster.vn/posts/33693/ky-thuat-long-polling-websockets-server-sent-events-comet

About

An Android Application to manage devices at home

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published