Code Monkey home page Code Monkey logo

mqttfx-manual's People

Contributors

jerady avatar samypesse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

mqttfx-manual's Issues

where to put the payload...

Hello,

I like your MQTT.fx, thanks, but did I ever spent time looking where to put the payload... I tried all sorts of combinations cmnd/sonoff3/power ON or cmnd/sonoff3/POWER ON ... etc... before realizing the payload has to be put in the bloody big window underneath the topic line... I finally got a clue looking at your animated web site ...
A title like PAYLOAD: on top of the bloody big window would be nice to have.

Now that I know, it works very well, thanks nice program !

jrb.

Custom Payload Decoders - how to install them?

I've created a jar for a custom payload decoder which is basically just a hello world, containing:

	@Override
	public String decode(byte[] arg0) {
		// TODO actually decode according to my protocol
		return "this is a test :)";
	}

I packaged it up and tried sticking it somewhere that mqttfx would pick it up, but I can't find any documentation on it and custom-payload-decoders.md in this repository is empty. I've tried the directory of mqttfx.exe, I've tried the lib directory, and I've tried creating an "addons" directory. Please help!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.