---
{
  'title': 'MQTT Client SDKs',
  'categoryList':
    [
      {
        'title': 'SDK Example',
        'moreText': 'More Examples',
        'linkForMoreDemos': 'https://github.com/emqx/MQTT-Client-Examples',
        'menus':
          [
            {
              'imgName': 'c',
              'name': 'C',
              'description': 'MQTT C SDK Example',
              'link': './c.html',
            },
            {
              'imgName': 'java',
              'name': 'Java',
              'description': 'MQTT Java SDK Example',
              'link': './java.html',
            },
            {
              'imgName': 'go',
              'name': 'Golang',
              'description': 'MQTT Go SDK Example',
              'link': './go.html',
            },
            {
              'imgName': 'python',
              'name': 'Python',
              'description': 'MQTT Python SDK Example',
              'link': './python.html',
            },
            {
              'imgName': 'js',
              'name': 'JavaScript',
              'description': 'MQTT JavaScript SDK Example',
              'link': './javascript.html',
            }
          ],
      },
      {
        'title': 'Third-party SDK Recommendation',
        'menus':
          [
            {
              'imgName': 'python',
              'name': 'Python',
              'description': 'Eclipse Paho Python SDK',
              'link': 'https://www.eclipse.org/paho/index.php?page=clients/python/index.php',
            },
            {
              'imgName': 'go',
              'name': 'Golang',
              'description': 'Eclipse Paho Golang SDK',
              'link': 'https://www.eclipse.org/paho/index.php?page=clients/golang/index.php',
            },
            {
              'imgName': 'java',
              'name': 'Java',
              'description': 'Eclipse Paho Java SDK',
              'link': 'https://www.eclipse.org/paho/index.php?page=clients/java/index.php',
            },
            {
              'imgName': 'js',
              'name': 'JavaScript',
              'description': 'MQTT.js',
              'link': 'https://github.com/mqttjs/MQTT.js',
            },
            {
              'imgName': 'node',
              'name': 'Node.js',
              'description': 'MQTT.js',
              'link': 'https://github.com/mqttjs/MQTT.js',
            },
            {
              'imgName': 'c',
              'name': 'C',
              'description': 'Eclipse Paho C SDK',
              'link': 'https://www.eclipse.org/paho/index.php?page=clients/c/index.php',
            },
            {
              'imgName': 'c-sharp',
              'name': 'C#',
              'description': 'Eclipse Paho C# SDK',
              'link': 'https://www.eclipse.org/paho/index.php?page=clients/dotnet/index.php',
            },
            {
              'imgName': 'php',
              'name': 'PHP',
              'description': 'Mosquitto-PHP',
              'link': 'https://github.com/mgdm/Mosquitto-PHP',
            },
            {
              'imgName': 'ios',
              'name': 'iOS',
              'description': 'MQTT-Client-Framework',
              'link': 'https://github.com/novastone-media/MQTT-Client-Framework',
            },
            {
              'imgName': 'android',
              'name': 'Android',
              'description': 'Eclipse Paho Android SDK',
              'link': 'https://www.eclipse.org/paho/index.php?page=clients/android/index.php',
            },
          ],
      },
    ],
}
---

<CloudConnectionOverview />
