On trying to connect to a mosquitto broker running on FreeBSD, I see the connection established, the expected GET / HTTP/1.1 request followed by the expected HTTP/1.1 101 Switching Protocols response. However after that point, the connection gets shut down.
This is seen with configuration of...
Use case: when my Fritz Box gets a new IP address, it calls a dyndns CGI script on a FreeBSD box, which should result in updating pf to pass this new IP. (similar to this thread: update pf table via web)
Obviously, www:www should not get sudo for updating the firewall.
How would one pass the...
An opensource framework allows interoperable and inter-organizational use between different offerings (or servers). Signal can't be compared in this category, because it is simply an opensource client offered by one provider or organization, and not a standard for interoperable use: it can be...
Hello. I'm struggling with mosquitto-auth-plug on FreeBSD. I'm following the (pretty basic) instruction provided by the authors. I do successfully build mosquitto-1.6.9.
I do successfully build also mosquitto-auth-plug, but later I'm getting undefined symbols, when mosquitto starts and loads the...
XMPP is said to have a lot of overhead, in part because it uses XML. Also, each message must pass through servers that were used for establishing the connection, rather than more directly afterwards.
Telegram markets itself as being very secure, but I've seen past comments that were dubious...
Hello,
I am trying to setup mosquitto on FreeBSD-11. Unfortunately, the persistence db doesn't work for me.
My config is as follows:
# cat /usr/local/etc/mosquitto/mosquitto.conf
pid_file /var/run/mosquitto.pid
user nobody
port 8883
allow_anonymous false
password_file...
Using ESP8266 embedded wireless boards, I've built a few wireless temperature and humidity sensors. While researching this, it appeared that MQTT was the protocol to use for this type of data.
So right now, net/mosquitto is receiving the data from these sensors. With the included MQTT client...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.