Neowit developer docs
API referenceSupportKnowledge baseStatusApp
  • Overview
  • REST API
    • Introduction
    • Authentication
      • OAuth2
      • Basic Auth
    • Error codes
    • API reference
    • Coordinate systems
    • Query Language
      • Query Language Reference
  • Service Accounts
    • Introduction
    • Creating service accounts
  • Integrations
    • Introduction
    • MQTT
      • Native Sparkplug
      • Custom Starlark
  • Starlark
    • Introduction
    • Modules
      • time module
      • json module
      • math module
      • devices module
      • series module
      • sensors module
  • Tutorials
    • Introduction
    • Create users using API
Powered by GitBook
On this page
  1. Integrations

MQTT

PreviousIntroductionNextNative Sparkplug

Last updated 11 months ago

Neowit supports MQTT to ingress metrics from your application or edge node controller. Neowit operates an MQTT broker cluster that your application can to connect to.

MQTT broker connection details

Name
Description

Host

mqtt.neowit.io

Port

TCP 8883 - Secure MQTT

Protocol

MQTTS (TLSv1.2, TLSv1.3)

Supported versions

3.1, 3.1.1, and 5.0

Username

Visible during integration configuration

Password

Visible during integration configuration

Client ID

Visible during integration configuration

Custom integrations with Starlark transforms
Native Sparkplug integrations