Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Mosquitto broker as a library
  • From: Thibault Lescoat <thibault.lescoat@xxxxxxxxxxxxx>
  • Date: Tue, 23 Jul 2024 16:34:26 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=tyndallfx.com; dmarc=pass action=none header.from=tyndallfx.com; dkim=pass header.d=tyndallfx.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=PkfzM6aUCJFX/lEt/Yh+bLCF+fyQDXZsDoF404Q9cmw=; b=ZNkaDSaO9vHQBrSndD/Coon4cOBdb7DAB3aWHIYaLX4ObosiMC3gWqpySZ9kW2iJ4GKc+uCczfXZCUaSC2xERGIjDTlQUkCaUcb/pL3tgxPLO0SlC5CjbW+reqnxn0/uhrCaRBgHr4lFhlbR2PPh9G3K9Po4eTkn6uAHbVuBftiPUbtwYpE2mGtOg2J2RgwRfwPNdQlTOtZ0bfjZo/CMQCjLeKF5BqNvZluFgge4b1OfRCJrV0X2bTmTNCVgDO1GDnngvci7uSeEYD50tkLwBtlCneE9yrLpV3My1QTAIPGoJawmC2AVnFiZrpLx/mi7IZ0JV9RS84QWsHDwsKh7ug==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=EcSoyIfZDN6Mc73BjqGjWGYi1RFY6w1zb4aZPCQRCNwcV93ZQTgLjSC5BB38rFn76zVCB7Z5gQIi9Rd3EF2ELIVvma7bKWPSvqt4EtVv3WCSeR/MqDJVV9/DWz+P6hVFrj9Clt+BF/uesE0IVWdtDpTGAjU5NOObT805dLygsPkoKxFjI1iLW1gebw21cpvzH+isOfW18jVXMezkR942Z7AII8zUzFXgm7M13yqh2/VQHX4tpZNqVufWnZZAbWTI+yDgA9J2gn2BEtRz5Z4vO7Tfz1x709Fhs+ZF/uIaNzs4Tr7mANXI+B0OcO1u8sMekZMLupgJq2XE3l4GBjHtig==
  • Delivered-to: mosquitto-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mosquitto-dev/>
  • List-help: <mailto:mosquitto-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHa3R13+2HH7kukyke6BQX4opIGFQ==
  • Thread-topic: Mosquitto broker as a library

Hello,

 

I hope I post in the correct place, I was redirected from Github.

 

I want to integrate the mosquitto broker into an application, as I do not control the OS or the environment. In CMake, the broker seems to be defined only as an executable; would it be possible to define it as a library instead for easier use? The executable would mainly parse the command line and then launch the loop of the broker.

 

Thank you,

TL


Back to the top