/AVISIM

A simulator for simulating things

Primary LanguageCMIT LicenseMIT

AVISIM

A simulator for simulating things

Build Status

Update format

The simulated telemetry updates are formatted as:

The message data is provided in JSON format on a single line.

Message Types

Telemetry Update Message

Message Char: 't'

The telemetry update data consists of a JSON-formatted set of sensor values and a current timestamp.

Note that the time_ms is always required.

{ "time_ms" : 5, "altitude" : 4234 }

Quit Message

Message Char: 'q'

Pretty obvious... quits the simulation