Using the Device Emulator

Using the Device Emulator

If you want a quick way to send data to your applications, but you don't have your hardware device available at the moment, or you simply need to send data to debug your applications, you can do that very easily using the Device Emulator.

To access the emulator, go to Devices, select the device, and then click on the Emulator tab.

You can send payload in different formats, including the standard JSON and raw payloads. You can use raw to send using your own data structure, like CSV format, but you must create a Payload parser to convert the output in the format that TagoIO accepts (JSON). 

Also, you can use Functions and Timer to send data automatically to your devices.

Learn more about the Emulator.


    • Related Articles

    • Device Emulator

      The device emulator is a powerful tool for developers to send data as if it was sent by a real device. The emulator is intuitive and requires just a few clicks to validate and send your data package. To access the device emulator, go to the Device ...
    • Device Emulator Functions

      Functions are helper variables that you can add into your payload when using the Device Emulator, and each function has a purpose. To add a function into your payload, click on thebutton and select a function. You can use functions both in ...
    • Creating Dynamic Dropdown selection using Forms

      Dynamic Dropdown allows users to create dynamic items selection on a dropdown list like the image below The items from a Dynamic Dropdown come from a variable, this means that you can change the values dynamically, developers can create any kind of ...
    • Sending Data to Device

      TagoIO supports two-way communication with all your devices so that it can send and receive data. There are some options for you to send data from your application to the device. Among the methods, you can use: Publish to MQTT Post data to a ...
    • Downlinks using Dashboards

      Learn how to perform downlink for Class C or A devices using Analysis. Also, we will show how to send downlink data from dashboards. This approach can be used in the following cases: For devices with class C: to immediately send a downlink message to ...