changeset 731:def4a53cbb6c

protocol notes Ignore-this: 57d4364c4a35ba6afd7346d922568224
author drewp@bigasterisk.com
date Wed, 05 Feb 2020 17:20:28 -0800
parents 50f26defcd4d
children fdddbdaf07b5
files README.md
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Wed Feb 05 17:12:18 2020 -0800
+++ b/README.md	Wed Feb 05 17:20:28 2020 -0800
@@ -24,3 +24,9 @@
 (`reasoning` does some of its own output actions)
 
 Services (sometimes, the same ones that gathered input) perform home automation outputs.
+
+## Protocols
+
+A SyncedGraph can be updated on a server such that the updates (as Patch objects) are sent as JSON-LD over a long-running SSE connection. There's a Patches-over-websocket connector in the `rdfdb` repo.
+
+MQTT: Matching a lot of what esphome.io has, which maybe is compatible with homeassistant?