bastet / Bastet-Legacy

Software For The Smart House
GNU General Public License v3.0
3 stars 1 forks source link

Implement backends #11

Open martindevans opened 9 years ago

martindevans commented 9 years ago

Backends should allow Bastet to proxy HTTP requests to anything. The actual proxying logic for a given system is defined in a backend and every device is associated with a backend.

This allows bastet to become a generalized proxy for home automation, not just for CoAP (which now just becomes one more backend).

Work on backends is in https://github.com/bastet/Bastet/tree/Feature/Backends branch

martindevans commented 9 years ago