# HG changeset patch # User drewp@bigasterisk.com # Date 1580952028 28800 # Node ID def4a53cbb6cfc7dcab89b03af9739ff264a4bfc # Parent 50f26defcd4d619c309a3a51da6985042194a4fa protocol notes Ignore-this: 57d4364c4a35ba6afd7346d922568224 diff -r 50f26defcd4d -r def4a53cbb6c README.md --- 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?