Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WeatherPush: Push station config changes #135

Open
5 tasks
davidrg opened this issue Aug 10, 2021 · 0 comments
Open
5 tasks

WeatherPush: Push station config changes #135

davidrg opened this issue Aug 10, 2021 · 0 comments

Comments

@davidrg
Copy link
Owner

davidrg commented Aug 10, 2021

Would be nice if WeatherPush could transmit station config changes. This would include:

  • Anything data in the station table (except for addition of new stations)
  • New image sources for a station

This would require:

  • Database broadcast notifications on station or image source changes
  • WeatherPush queries out the changes and transmits them (as JSON probably) in a special StationConfigUpdate message
  • Remote WeatherPush server receives the data, updates its database, then transmits a message back confirming what its done. This will allow the WeatherPush client to update its running config if new image sources, etc, have been added.
  • Pushing of station-config should be opt-in via config on both client and server
  • Bonus points: support pushing new stations. This again would be opt-in on both client and server.

Ideally this would come after #125 and we'd require doing this over a TCP+SSL connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant