mosquitto
mosquitto copied to clipboard
Eclipse Mosquitto - An open source MQTT broker
The document claimed: > include_dir dir > External configuration files may be included by using the include_dir option. This defines a directory that will be searched for config files. >...
Mosquitto library version: 2.0.14 Platform: RDKB I want to bind my socket to a specific interface and not IP address I can see support only for MOSQ_OPT_BIND_ADDRESS and not MOSQ_OPT_BIND_SOCKET
According to GNU standards: The standard --version option should direct the program to print information about its name, version, origin and legal status, all on standard output, and then *exit...
`mosquitto_subscribe_multiple` and `mosquitto_unsubscribe_multiple` do not need to change the characters in the list of topics. Make the signature more precise to reflect that. Now works without cast array of `const...
[ ] Have you signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php), using the same email address as you used in your commits? - [x] Do each of your commits have a "Signed-off-by"...
- [X] Have you signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php), using the same email address as you used in your commits? - [X] Do each of your commits have a "Signed-off-by"...
fixes #3088 This problem was already acknowledged by bfb373d774d8530e8d6620776304a3e0b0201793, but was reintroduced by 6113eac95a9df634fbc858be542c4a0456bfe7b9 - [X] Have you signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php), using the same email address as you...
Thank you for contributing your time to the Mosquitto project! Before you go any further, please note that we cannot accept contributions if you haven't signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php)....
Thank you for contributing your time to the Mosquitto project! Before you go any further, please note that we cannot accept contributions if you haven't signed the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php)....
This could be useful for local IPC for user software. UNIX domain sockets enable easy security (permissions can be set up so that only processes from the same user can...