{"id":1019,"date":"2022-10-29T23:25:33","date_gmt":"2022-10-29T21:25:33","guid":{"rendered":"http:\/\/daisy-street.fr\/?p=1019"},"modified":"2022-10-30T00:18:20","modified_gmt":"2022-10-29T22:18:20","slug":"mqtt-server-client","status":"publish","type":"post","link":"https:\/\/daisy-street.fr\/index.php\/2022\/10\/29\/mqtt-server-client\/","title":{"rendered":"Mqtt server-client"},"content":{"rendered":"<div class=\"wp-block-ub-progress-bar ub_progress-bar ub-progress-bar-detail-align-center\" id=\"ub-progress-bar-50cf82a5-3b6c-4402-afb3-f978571aeb0a\"><div class=\"ub_progress-bar-container\" id=\"50cf82a5-3b6c-4402-afb3-f978571aeb0a\">\n\t\t\t<div class=\"ub_progress-detail-wrapper\">\n         <div class=\"ub_progress-bar-text\"><p><em>Mount a working message Broker<\/em><\/p><\/div>\n    <\/div>\n\t\t\t<svg class=\"ub_progress-bar-line\" viewbox=\"0 0 100 1\" style=\"\" preserveaspectratio=\"none\">\n\t\t\t\t<path class=\"ub_progress-bar-line-trail\" d=\"M0.5,0.5 L99.5,0.5\" stroke=\"#d9d9d9\" stroke-width=\"1\"><\/path>\n\t\t\t\t<path class=\"ub_progress-bar-line-path\" d=\"M0.5,0.5 L99.5,0.5\" stroke=\"#2db7f5\" stroke-width=\"1\" style=\"--ub-progress-bar-filled-dashoffset: 0px;; \"><\/path>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/svg>\n\t\t\t<div class=\"ub_progress-bar-label\" style=\"width: 100%; \"><p>\n\t\t\t<span class=\"ub-progress-number-prefix\"><\/span>\n\t\t\t<span class=\"ub-progress-number-value\">100<\/span>\n\t\t\t<span class=\"ub-progress-number-suffix\">%<\/span>\n\t\t<\/p><\/div>\n\t\t\t<\/div><\/div>\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Mount a working message Broker<\/h2>\n\n\n\n<p>So i have mount a mqtt container <\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-plain\"><code>version: &#39;2&#39;\nservices:\n    mosquitto:\n        container_name: mosquitto\n        user: 1000:1000\n        ports:\n            - 1883:1883\n            - 9901:9001\n        volumes:\n            - .\/conf:\/mosquitto\/config\n            - .\/data:\/mosquitto\/data\n            - .\/log:\/mosquitto\/log\n        image: eclipse-mosquitto\n        restart: always<\/code><\/pre><\/div>\n\n\n\n<p>I download mqtt-spy on my laptop for test the connection with my mqtt broker<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">In Win11 for execute in one click the JAR we need to install a JDK of course and to make a bat file to execute the command \"java -jar nameOfJar.jar\"<\/pre>\n\n\n\n<p>now i configurate the connection in mqtt spy<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"582\" height=\"331\" data-attachment-id=\"1022\" data-permalink=\"https:\/\/daisy-street.fr\/index.php\/2022\/10\/29\/mqtt-server-client\/image-25\/\" data-orig-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2022\/10\/image.png\" data-orig-size=\"582,331\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"image\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2022\/10\/image-300x171.png\" data-large-file=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2022\/10\/image.png\" src=\"http:\/\/daisy-street.fr\/wp-content\/uploads\/2022\/10\/image.png\" alt=\"\" class=\"wp-image-1022\" srcset=\"https:\/\/daisy-street.fr\/wp-content\/uploads\/2022\/10\/image.png 582w, https:\/\/daisy-street.fr\/wp-content\/uploads\/2022\/10\/image-300x171.png 300w\" sizes=\"auto, (max-width: 582px) 100vw, 582px\" \/><\/figure><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[164],"tags":[20,163,168],"class_list":["post-1019","post","type-post","status-publish","format-standard","hentry","category-message","tag-docker","tag-mqtt","tag-mqtt-spy"],"jetpack_publicize_connections":[],"featured_image_src":null,"author_info":{"display_name":"admin9483","author_link":"https:\/\/daisy-street.fr\/index.php\/author\/admin9483\/"},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/1019","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/comments?post=1019"}],"version-history":[{"count":7,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/1019\/revisions"}],"predecessor-version":[{"id":1035,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/1019\/revisions\/1035"}],"wp:attachment":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/media?parent=1019"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/categories?post=1019"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/tags?post=1019"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}