CINXE.COM
Legal
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Legal</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Language" content="en"> <meta name="description" content="Legal notice"> <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/legal/"> <!-- 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> <section class="content-floating"> <h2>1. Google Analytics</h2> In accordance with Art. 6 (1) sent. 1 point (f) GDPR, this website uses Google Analytics, a web analytics service provided by Google, Inc. based in the USA (in the following: Google). Google Analytics uses cookies, text files placed on your computer, to help the website analyze how users use the site. The information generated by the cookie about your use of the website will normally be transmitted to and stored by Google on servers in the United States. <br /><br /> In accordance with the Commission Implementing Decision (EU) 2016/1250 of 12 July 2016 transfers from a controller or processor in the European Union to organisations in the U.S. that have self-certified their adherence to the EU-U.S. Privacy Shield Framework Principles with the Department of Commerce and have committed to comply with them are allowed. Google has self-certified its adherence to the EU-U.S. Privacy Shield Framework Principles and has committed to comply with them. <br /><br /> In case of activation of the IP anonymization on this website, Google will shorten the IP address beforehand within Member States of the European Union as well as for other parties to the Agreement on the European Economic Area. Only in exceptional cases, the full IP address is sent to and shortened by Google servers in the USA. The IP anonymization is active on this website. On our behalf Google will use this information for the purpose of evaluating your use of the website, compiling reports on website activity and providing other services relating to website activity and internet usage to the website provider. We have a legitimate interest in analyzing user behavior in order to optimize our websites and our marketing. <br /><br /> You may disable the use of cookies by selecting the appropriate settings on your browser. Furthermore you can prevent Google鈥檚 collection and use of data by downloading and installing the browser plug-in available under <a href="https://tools.google.com/dlpage/gaoptout?hl=en-GB">https://tools.google.com/dlpage/gaoptout?hl=en-GB</a> (external link to Google) <br /><br /> Please note that you have to deactivate tracking for every single browser you use to prevent tracking from Google Analytics completely. <br /><br /> For further information about Google鈥檚 privacy policy please visit: <a href="https://www.google.de/intl/en/policies/privacy/">https://www.google.de/intl/en/policies/privacy/</a> (external link to Google) <h2> 2. Google Fonts</h2> On our websites we use the service Google Fonts, a service of Google Inc. based in the USA (in the following: Google). By including this service in our websites data of website visitors may be transferred to Google. This processing takes place on the legal basis of Art. 6 (1) sent. 1 point (f) GDPR because of our legitimate interest to make our websites more attractive to our website visitors. With Google Fonts fonts on our websites may be displayed consistently and we may offer faster loading times for our websites. When accessing our website your browser downloads the necessary Google Fonts to the browser cache to display texts and fonts correctly. According to Google your requests for fonts are separate from and do not contain any credentials you send to the Google server while using other Google services that are authenticated. <br /><br /> In accordance with the Commission Implementing Decision (EU) 2016/1250 of 12 July 2016 transfers from a controller or processor in the European Union to organisations in the U.S. that have self-certified their adherence to the EU-U.S. Privacy Shield Framework Principles with the Department of Commerce and have committed to comply with them are allowed. Google has self-certified its adherence to the EU-U.S. Privacy Shield Framework Principles and has committed to comply with them. <br /><br /> For further information about Google鈥檚 privacy policy please visit: <a href="https://www.google.de/intl/en/policies/privacy/">https://www.google.de/intl/en/policies/privacy/</a> (external link to Google) </section> <footer> <p class="float-left">© 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>