CINXE.COM

Use Cases

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Use Cases</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Language" content="en"> <meta name="description" content="MQTT is the top choice of major companies worldwide for data exchange with constrained devices and server applications."> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="me" href="https://fosstodon.org/@mqtt"> <link rel="canonical" href="https://mqtt.org/use-cases/"> <!-- Favicon start --> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <!-- Favicon end --> <link href="/assets/css/style.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-50721873-8"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-50721873-8'); gtag('config', 'GA_TRACKING_ID', { 'anonymize_ip': true }); </script> </head> <body> <header id="default-header"> <a href="/"><img src="/assets/img/mqtt-logo-transp.svg" id="mqtt-logo-header" class="float-left"></a> </header> <nav id="mobile-nav"> <div id="burger-menu"><img src="/assets/img/burger-menu.svg"></div> <div id="mobile-nav-open"> <a href="/getting-started/"><div class="mobile-nav-item">Getting started</div></a> <a href="/mqtt-specification/"><div class="mobile-nav-item">MQTT Specification</div></a> <a href="/software/"><div class="mobile-nav-item">Software</div></a> <a href="/use-cases/"><div class="mobile-nav-item">Use Cases</div></a> <a href="/faq/"><div class="mobile-nav-item">FAQ</div></a> </div> <script> $('#burger-menu').click(function(){ if ( $('#mobile-nav-open').css('display') == 'none' ) $('#mobile-nav-open').css('display','block'); else $('#mobile-nav-open').css('display','none'); }); $('.mobile-nav-item').click(function(){ $('#mobile-nav-open').css('display','block'); }); </script> </nav> <nav id="main-nav" class="default-nav float-left"> <div class="nav-item"><a href="/getting-started/">Getting started</a></div> <div class="nav-item"><a href="/mqtt-specification/">MQTT Specification</a></div> <div class="nav-item"><a href="/software/">Software</a></div> <div class="nav-item"><a href="/use-cases/">Use Cases</a></div> <div class="nav-item"><a href="/faq/">FAQ</a></div> </nav> <main> <div class="content-floating"> <h1>Use Cases</h1> MQTT is used in a large variety of use cases and industries. <br /><br /> <section id="use-cases"> <article class="use-case"> <img src="/assets/img/automotive.jpg" class="use-case-img" /> <div class="use-case-description"> <h2 id="automotive">Automotive</h2> <ul> <li>HiveMQ: <a href="https://www.hivemq.com/case-studies/bmw-mobility-services/" target="_blank">BMW Car-Sharing application</a> relies on HiveMQ for reliable connectivity</li> <li>EMQ helps <a href="https://www.emqx.com/en/customers/saic-volkswagen" target="_blank">SAIC Volkswagen building IoV platform</a></li> </ul> </div> </article> <!-- Use Case Category --> <article class="use-case"> <img src="/assets/img/logistics.jpg" class="use-case-img" /> <div class="use-case-description"> <h2 id="logistics">Logistics</h2> <ul> <li><a href="https://www.hivemq.com/case-studies/large-transportation/" target="_blank">Transportation &amp; Logistics company</a> cuts costs and improves asset tracking</li> </ul> </div> </article> <!-- Use Case Category --> <article class="use-case"> <img src="/assets/img/manufacturing.jpg" class="use-case-img" /> <div class="use-case-description"> <h2 id="manufacturing">Manufacturing</h2> <ul> <li>Transforming Manufacturing Efficiency: <a href="https://www.bevywise.com/mqtt-usecases/manufacturing-solutions.html" target="_blank">The Power of MQTT in Industrial Solutions</a></li> </ul> </div> </article> <!-- Use Case Category --> <article class="use-case"> <img src="/assets/img/smart-home.jpg" class="use-case-img" /> <div class="use-case-description"> <h2 id="smarthome">Smart Home</h2> <ul> <li>IBM Telemetry use case: <a href="https://www.ibm.com/docs/en/ibm-mq/latest?topic=cases-telemetry-use-case-home-energy-monitoring-control" target="_blank">Home energy monitoring and control</a></li> <li>IBM Telemetry use case: <a href="https://www.ibm.com/docs/en/ibm-mq/latest?topic=cases-telemetry-use-case-home-patient-monitoring" target="_blank">Home patient monitoring</a></li> <li>The eFon Technology's <a href="https://www.bevywise.com/blog/iot-home-security-system-mqtt-broker/" target="_blank">Smart Home security system</a> trusts Bevywise MQTT solution</li> </ul> </div> </article> <!-- Use Case Category --> <article class="use-case"> <img src="/assets/img/oil-and-gas.jpg" class="use-case-img" /> <div class="use-case-description"> <h2 id="oil-gas">Energy</h2> <ul> <li>EMQ helps IoT innovation in the <a href="https://www.emqx.com/en/customers/emq-helps-innovation-in-the-oil-iot" target="_blank">petrochemical industry</a></li> <li><a href="https://cirrus-link.com/wp-content/uploads/2022/05/Case-Study-Energy-Company-Maximizing-MQTT-for-Control-and-Efficient-Image-Data-Transfer-Final.pdf" target="_blank">Energy company</a> maximizing MQTT for control</li> <li>MQTT implementation on Celikler Holding's <a href="https://www.bevywise.com/blog/iot-success-stories-mqtt-broker-celikler-holding/" target="_blank">power plant monitoring</a></li> </ul> </div> </article> <!-- Use Case Category --> <article class="use-case"> <img src="/assets/img/consumer-products.jpg" class="use-case-img" /> <div class="use-case-description"> <h2 id="consumer-products">Consumer Products</h2> <ul> <li>CASO Design creates <a href="https://www.hivemq.com/case-studies/caso/" target="_blank">smart kitchen appliances</a></li> </ul> </div> </article> <!-- Use Case Category --> <article class="use-case"> <img src="/assets/img/transportation.jpg" class="use-case-img" /> <div class="use-case-description"> <h2 id="transportation">Transportation</h2> <ul> <li>Deploying IoT on Germany's <a href="https://iot.eclipse.org/community/resources/case-studies/pdf/Eclipse%20IoT%20Success%20Story%20-%20DB.pdf" target="_blank">DB Railway System</a></li> <li><a href="https://www.hivemq.com/case-studies/air-france-klm/" target="_blank">Air France-KLM Group</a> improves efficiency and passenger experience</li> </ul> </div> </article> </section> </div> <section class="community-contributions" style="background-image: url( /assets/img/community-gradient.jpg ); "> <h2>Community Contributions</h2> To add a listing to this page, please submit a <a href="https://github.com/mqtt/mqtt.org/pulls">pull request</a> with the appropriate content. </section> <footer> <p class="float-left">&copy; 2024 MQTT.org | <a href="/legal"><span style="color: #000;">Legal Note</a></span></a></p> </footer> </main> </body> <!-- Sticky navigation hides an offset for anchor link targets. This script resolves this issue --> <script> jQuery(document).ready(function($) { // set a variable for the anchor link which is the location.hash var anchorLink = $(window.location.hash); // test to see if the link is a anchor link, if not the length will have no value, this is done to avoid js errors on non anchor links if ( anchorLink.length ) { // set an element as the fixed entity, header in this case and get its height var offsetSize = $("header").innerHeight(); // fire the animation from the top of the page to the anchor link offsetting by the fixed elements height, the number is the speed of the animation $("html, body").animate({scrollTop: anchorLink.offset().top - offsetSize }, 500); } }); </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10