GeorgeHahn / SOVND

See:
https://www.facebook.com/SOVNDapp
Eclipse Public License 1.0
18 stars 1 forks source link

Add 'Update available' message #107

Open GeorgeHahn opened 9 years ago

GeorgeHahn commented 9 years ago

Have Myget push a message to the server when a new update hits. Server can then push a message to clients over MQTT.

Current flow: Loader starts -> Runs update (always) -> Loader starts SOVND

Optimal flow: Loader starts -> Immediately starts installed SOVND -> Loader runs update

Proposed change: When loader runs SOVND, it passes itself as an argument. When SOVND gets an update, it calls the LOADER with an '--update' argument. This way, SOVND doesn't have to take a dependency on Nuget and update code doesn't get split into two parts.

GeorgeHahn commented 9 years ago

This should be split into a few tasks: