What clients are available?

Asked by timdb

I'm wondering what clients people are using to publish to mosquitto? is there an open source C api or any scripts? Is everyone using the IBM lib? I think there's a mosquitto_pub to be built (only I can't get a build together at the mo, another story) - cheers

Question information

Language:
English Edit question
Status:
Solved
For:
mosquitto Edit question
Assignee:
No assignee Edit question
Solved by:
timdb
Solved:
Last query:
Last reply:
Revision history for this message
andypiper (andypiperuk) said :
#1

You can find a bunch of them at http://mqtt.org/software

I've tried IA92/93, and the .NET ones. Seem to work :-)

Revision history for this message
timdb (timdbrown) said :
#2

Cheers for the link, I was looking for a script of some kind (perl, bash...) or a C file that doesn't use the wmqtt.so?

Revision history for this message
Roger Light (roger.light) said :
#3

There are also basic clients included with mosquitto - mosquitto_pub and mosquitto_sub. They're good enough for a number of cases at least.

Revision history for this message
Roger Light (roger.light) said :
#4

Sorry, you already mentioned mosquitto_pub!

You could also try a php client as described on http://chemicaloliver.net/programming/mqtt-mosquitto-and-php/

Revision history for this message
timdb (timdbrown) said :
#5

Ahh, cheers for the new link, I'll look into it.