Simulator (Data Stream)

Simulator (Data Stream)

If you don't have a real sensor (hardware) to send data through the Internet in hand, you can still try out all of TagoIO's features by selecting some device simulators that will feed data in real-time. It's like you were adding a virtual device.



TagoIO's server provides a continuous stream of data, whether that data is simulated (e.g. bus, truck, freezer) or real (e.g. Weather condition in Raleigh, NC), through the Simulator network. Data is sent to the storage of the device created at a fixed frequency.

To use this feature, go to Devices, then click on "+Add Device", select the Network: Simulator, and from the list of connectors, pick the one that simulates a type of device that you'd want to use. For example, you can pick the "Bus Simulator" that'll send location, fuel level, speed and other variables your device data storage every 3 minutes. 

After your add the device, a pop-up will ask if you want to add a dashboard. Use this option to get a dashboard to start and edit from there.
From there you can create and edit Dashboards, Actions, scripts, RUN and more! It is an easy and quick way to start with TagoIO!
Data can take some minutes to show up in the device. The Weather for example, can take up to 15 min to present data for the first time.

Use our Live Inspector to monitor raw data arriving on your account in real-time.  


    • Related Articles

    • Data Export

      At TagoIO, you have multiple options for exporting data. You can export device data directly from the Admin panel on your device's page, through the API, or directly from Widgets in either the Admin panel or the TagoRun portal. Exporting data will ...
    • Deleting Data

      DEL - https://api.tago.io/data Headers: Authorization: Your device token. Optional Query Strings KEY TYPE DESCRIPTION query string pre-defined by Tago qty string Maximum number of data to be returned start_date string Start date end_date string end ...
    • Getting Data

      HEADERS: Authorization: Your-Device-Token GET - https://api.tago.io/data QUERYSTRINGS: KEY TYPE DESCRIPTION variable string || array Get variables query string pre-defined by Tago qty string Maximum number of data to be returned. start_date string ...
    • Data Records

      Data Record is related to the variables that are stored and fed by the devices. Each register is composed of a variable and all metadata associated with it. The data record limit will define the maximum storage capacity for the selected Profile at ...
    • Sending Data

      A device can send data to TagoIO by using the POST method. POST https://api.tago.io/data KEY TYPE REQUIRED variable string [max 100 characters] yes unit string [max 25 characters] no value string/number/boolean [max 6kB] no time string no group ...