frederikheld / robotrain

Lego® 4558 Metroliner train on steroids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add mqtt-publisher tool

frederikheld opened this issue · comments

AS a developer
I WANT TO easily publish messages to selected topics
SO THAT I debug MQTT communication.

Acceptance Criteria:

  • Can publish messages to topics
  • Works via command line like: $ mqtt-publish 'topic' 'message'
  • Allows to configure address and port of MQTT broker in an config file (that comes as an template)
  • Can be run with Docker