TweetWallFX / TweetwallFX

JavaFX based TweetWall
https://tweetwallfx.github.io
MIT License
15 stars 14 forks source link

Create MQTT for remote control #906

Open svenreimers opened 5 years ago

svenreimers commented 5 years ago

Is your feature request related to a problem? Please describe. Up to now there is now way to interact with the running tweetwall instance. It should be possible to change configuration values, restart the step engine, change the step sequence from remote, without restarting the running tweetwall.

Describe the solution you'd like Create ad additional core module which connects to a configured MQTT server, subscribes to a dedicated topic, e.g. devoxxbe/cinema and receives messages, which are then mapped to actions applied to the running wall. This will fit nicely together with #905 and #904.

reinhapa commented 5 years ago

@svenreimers we could look into that at this years Devoxx if you like. Until then look into my existing code here: https://github.com/reinhapa/TweetWallFX-Voxxed-Days/blob/master/cinema2k/src/main/java/org/tweetwallfx/vdz/Main.java