MQTT.fx 0.0.7 released

A new version of MQTT.fx is available featuring: Scripting support Setup/Re-configuration tool Reviewed Connection Profile Editor Reviewed UI and style Download latest binaries HERE. Scripting support I have added support for scripts executed by the Nashorn Engine. Thought it might be helpful for testing a MQTT message flow of a certain setup, e.g. simulate sensors… Continue Reading MQTT.fx 0.0.7 released

MQTT.fx 0.0.6 released

I have just released a new version of MQTT.fx (0.0.6). Download latest binaries HERE. Introducing Connection Profiles Instead of choosing a certain broker address and a broker port using the same connection options, I now have implemented Connection Profiles. A named Connection Profile contains all information for a certain broker connection (address, port, Auth/SSL/TLS settings,… Continue Reading MQTT.fx 0.0.6 released

MQTT.fx 0.0.5 released

Just released a new version of MQTT.fx. New: “Publish”, “Subscribe” and “Broker Status” can now be detached to be opened in a separate window: Just drag a tab title and drop it where the window should be placed. Closing of the window restores the content at the former position. also I have done some UI… Continue Reading MQTT.fx 0.0.5 released

TabPaneDetacher: Make your tabs detachable

I though it would be cool to detach e.g. the pane to publish messages in MQTT.fx if needed by just dragging the tab and dropping it at the wanted position to open its content as a dedicated new window. The TabPaneDetacher provides an easy to use way to enable the detach capability of with any… Continue Reading TabPaneDetacher: Make your tabs detachable

MQTT.fx 0.0.4 released

Just released new version of MQTT.fx. Download latest binaries HERE. New: – revisited UI (return of “real” buttons) – extended support for $SYS-topics: subscription for mosquitto or Hive MQ can be choosen (in respect to @dobermai). – publish and subcrive/receive are now different tabs – experimental support for http-proxy (in respect to @dimaki123). – last… Continue Reading MQTT.fx 0.0.4 released

MQTT.fx 0.0.3 released

Download latest binaries HERE. Most significant change: I have added a pane to show some status values of the broker: In v0.0.3 these $SYS topics are recognised (Tooltips are showing the descriptions): Version: $SYS/broker/version Build: $SYS/broker/timestamp Uptime: $SYS/broker/uptime Subscriptions Count: $SYS/broker/subscriptions/count Changeset: $SYS/broker/changeset Clients Connected: $SYS/broker/clients/active Clients Expired: $SYS/broker/clients/expired Clients Disconnected: $SYS/broker/clients/inactive Clients Maximum: $SYS/broker/clients/maximum… Continue Reading MQTT.fx 0.0.3 released

MQTT.fx 0.0.2

A new version of MQTT.fx is available and I have polished the pre-alpha version and added some new features to MQTT.fx. Download latest binaries HERE. The Video for Jim Weaver’s “Real World Apps” talk @GeeCon2014 in Kraków Controls to connect to the broker and to subscribe to topics are now placed in the header: “Connection… Continue Reading MQTT.fx 0.0.2

JavaFX based MQTT Testing Utility

Download latest binaries HERE. Now that MQTT is on its way to become THE industry-standard protocol for IoT and M2M communication the IoT community might have to review current message strategies. Isn’t it a very good way to start with a JavaFX-Client to get into MQTT ;-)? So, currently I am working on JavaFX based… Continue Reading JavaFX based MQTT Testing Utility