bish-bosh icon indicating copy to clipboard operation
bish-bosh copied to clipboard

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.

Results 13 bish-bosh issues
Sort by recently updated
recently updated
newest added

Hello, The function to publish message via file is not working, bishbosh_publishFile 0 '/topic/something/0' no 'message' is always throwing an error Tried different backends, changing read latency, as well as...

Hello, i have this issue on Debian 9. Bish-bosh crashing when receive message in topic. `./bish-bosh --verbose 3 -- /root/bish-bosh/bish-bosh.cfg bish-bosh: INFO: Using backend 'ncDebianTraditional' (on path '/bin/nc') with port...

I'm trying to run bish-bosh on `BusyBox v1.25.0.git (2016-02-25 12:24:31 CET) built-in shell (ash)` which sadly doesn't work. Latest release doesn't run due to issue #6 so I checked out...

As [mentioned by @arnaudlds in issue 10](https://github.com/raphaelcohn/bish-bosh/issues/10), $topicName local variable was returning an empty value in PUBLISH functions. I couldn't find any way to fix it without using the `cat`...

I don't understand how the existing code ever could've worked, so not sure if there's some weird shell/shellfire magic that was supposed to make it work. fix Tested on Busybox...

$2 doesn't get set which causes an unkown operand error and then: `./bish-bosh: ./lib/shellfire/core/init.functions: line 1: 2: parameter not set` when calling dd in ```shell bishbosh_connection_write_file() { dd if="$1" bs=$2...

Hi ! First of all, great work on Bish-bosh, it is everything I needed for the project I'm working on and works great. The only problem is the one I'm...

I tried to execute the following test code on my raspberry pi: ``` Shell bishbosh_clientId=12 bishbosh_connection_handler_CONNACK() { # Set up some subscriptions... another implementation could read from a standard file...

``` root@eg-018C06:~# sh /tmp/bish-bosh_2015.0119.1445-1_all /tmp/bish-bosh_2015.0119.1445-1_all: line 624: syntax error: unexpected "(" (expecting "}") root@eg-018C06:~# chmod +x /tmp/bish-bosh_2015.0119.1445-1_all root@eg-018C06:~# /tmp/bish-bosh_2015.0119.1445-1_all /tmp/bish-bosh_2015.0119.1445-1_all: line 624: syntax error: unexpected "(" (expecting "}") root@eg-018C06:~# ```