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

Create MQTT for remote control #906

Open
svenreimers opened this issue Oct 29, 2019 · 1 comment
Open

Create MQTT for remote control #906

svenreimers opened this issue Oct 29, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@svenreimers
Copy link
Contributor

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.

@svenreimers svenreimers added the enhancement New feature or request label Oct 29, 2019
@svenreimers svenreimers self-assigned this Oct 29, 2019
@reinhapa
Copy link
Contributor

@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

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

No branches or pull requests

2 participants