raphaelcohn / bish-bosh

MQTT shell script client, for bash, dash, BusyBox ash and others. Gives you MQTT on anything Unix like, from embedded routers to AIX servers with almost no dependenices.
https://github.com/raphaelcohn/bish-bosh
Other
216 stars 37 forks source link

clientid_prefixes support? #3

Closed stela5 closed 9 years ago

stela5 commented 9 years ago

Does bish-bosh support/implement something like clientid_prefixes? The conceptual idea is to connect to test.mosquitto.org on port 8883 (TLS) and use this feature to limit pubsub communication to a limited set of computers that share this (presumably long and randomized) shared "secret". Essentially, a poor-man's less-secure version of PSK...

raphaelcohn commented 9 years ago

bish-bosh is a client, not a broker, so you can use whatever clientids you want...

stela5 commented 9 years ago

Thanks!