Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.25 KB

Ted IoT Device Simulator

INTRODUCTION

Ted IoT Device Simulator is a simple application that enables to simulate common virtual entities including bulbs, fire sensor and self-driving car.

Simulator Screenshot

PREREQUISITES

  • Microsoft Windows 7 or higher (x86-64 only)
  • Any solution that receives the HTTP POST method from the simulator

HOW TO USE

FEATURES

  • Self-Driving Car
  • IoT Bulb
  • IoT Flame Sensor
  • Demo Auto Runner

GPX path

The current GPX used by the Self-Driving Car represents a track from Malaysia to Singapore. To change the route, please follow:

  • Go to https://maps.google.com and create a route with the car driving mode. (e.g, Tokyo Station to Akihabara Station)
  • Copy the URI address from the web browser.
  • Go to https://mapstogpx.com/ and enter the URI that you copied from the Google Maps.
  • Generate and download a new GPX file. Rename the file to "trace.gpx".
  • Copy the trace.gpx to the path where the device simulator software is placed.

SEE ALSO