Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
user:kluong:feature_idea_-_multisite_deployments [2021/09/29 13:59] kluong created |
user:kluong:feature_idea_-_multisite_deployments [2021/09/29 23:40] (current) kluong [Tasks] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Feature Idea - Multisite Deployments ====== | ====== Feature Idea - Multisite Deployments ====== | ||
+ | |||
+ | ===== Motivation ===== | ||
+ | |||
+ | |||
+ | * Holmes hall is not the only site we'll want to deploy weatherboxes - we may want to deploy to other locations that are not accessible by a zigbee network alone. | ||
+ | * We may want to have other testing deployments that are put in a more accessible place to make it easier to debug iterate on hardware/software designs. Right now roof access is extremely restrictive, making getting sort of feedback on designs difficult. | ||
+ | |||
+ | ===== Tasks/Questions ===== | ||
+ | |||
+ | * Think about the architecture a bit more - where do remote gateways report their data to and how is that controlled? | ||
+ | * Proposal - instead of writing to a local postgres instance, the gateway should be able to some sort of other service somewhere | ||
+ | * Question - how do we handle authentication and trust? | ||
+ | * Is mqtt useful here? | ||