Thingsup Docs
  • Documentation
  • MQTT
    • MQTT Broker
    • Add MQTT Device
    • Authorize MQTT Device
    • Test MQTT Connection
    • Tutorial - MQTT Basics
  • Connections
    • MySQL Connection
    • Redis Connection
    • InfluxDB Connection
    • AWS Connection
    • PostgreSQL Connection
    • MQTT Connection
    • InfluxDBv2 Connection
    • Firebase Connection
    • MSG91 Connection
  • Actions
    • MySQL Query Action
    • Redis Query Action
    • InfluxDB Read Query Action
    • InfluxDB Write Point Action
    • Send Email Action
    • DynamoDB PutItem Action
    • DynamoDB UpdateItem Action
    • DynamoDB GetItem Action
    • DynamoDB Query Action
    • DynamoDB Scan Action
    • DynamoDB DeleteItem Action
    • PostgreSQL Query Action
    • InfluxDBv2 Read Query Action
    • InfluxDBv2 Write Point Action
    • Firebase Cloud Firestore Action
    • Firebase RealTime Database Action
    • Firebase Messaging Action
    • AWS Lambda Invoke Action
    • AWS SQS Send Messsage Action
    • Publish MQTT Message Action
    • MQTT CommandResponse Action
    • ProcessFunction Action
    • WebHook Action
    • Push to Thingsup Track Action
    • Send MSG91 SMS Action
  • Rules
    • MQTT Rules Engine
    • HTTP API
  • Command
    • HTTP Command
    • Action Command
  • Alerts
    • Basic Alert
  • Dashboards
    • Add Dashboard
    • Dashboard Settings
  • Widgets
    • Button Widget
    • Data Text Widget
    • Toggle Switch Widget
    • Image Switch Widget
    • Dropdown Widget
    • LED Widget
    • Text Widget
    • Navigation Button Widget
    • Form Widget
    • Date Picker Widget
    • Date Time Range Widget
    • Slider Widget
    • Table Widget
    • Google Map Widget
    • Data Tile Widget
    • HTML Tile Widget
    • Line Chart Widget
    • Bar Chart Widget
    • Pie Chart Widget
    • Scatter Chart Widget
    • Radar Chart Widget
    • Radial Gauge
    • Linear Gauge
Powered by GitBook
On this page

Was this helpful?

  1. MQTT

Test MQTT Connection

Test MQTT Configurations with built-in online MQTT client in Thingsup IoT Platform. Send/Receive or monitor your data via Thingsup MQTT Broker.

PreviousAuthorize MQTT DeviceNextTutorial - MQTT Basics

Last updated 3 years ago

Was this helpful?

MQTT Client

Now user can use MQTT Client option to establish a MQTT connection and to perform pubsub operations. Go to Experiment section from left menu of dashboard and choose MQTT Client.

Here user need to enter same Client ID, Username and Password used while adding a device.

Username will be the Device Key starting with your account ID.The Client ID and Password will be the same you have entered during process.

Subscribe to topic

User can subscribe to a topic which he has mentioned while adding device to account.

User has to make sure he has chosen sub or pubsub option to given topic.

Publish to topic

User can publish to a topic which he has mentioned while adding device to account.

User has to make sure he has given pub or pubsub option to given topic.

User can see the list of Message already sent and Messages Received in side section.

Add Device
MQTT Test Client
Subscribe to MQTT Topic
Publish to MQTT Topic