ATLAS Quick Start
This page contains quick access to getting started with different component in the ATLAS ecosystem.
Software Installation Guides
| Component |
Description |
| ATLAS Viewer |
Visualise an analyse telemetry data. Open session files, build custom workbooks and compare runs. |
| vTAG Server |
Run Simulink models against live or historical telemetry. Derive new parameters without hardware changes. |
| ATLAS Data Server |
Distribute live telemetry across your network. Connects hardware to ATLAS clients over Ethernet or Wi-Fi. |
| System Monitor |
Configure, calibrate and tune Motion Applied ECYs. Program units, setup logging and manage sensors. |
| SQL Race Management Studio |
Store and manage telemetry session in a central database. Bulk import, organise and share data across your team. |
Developer Guides
| Component |
Description |
| SQL Race API |
Read and write telemetry sessions, parameters, events and laps directly |
| Display API |
Build custom display plugins that run natively in side ATLAS Viewer |
| Automation API |
Control ATLAS Viewer programmatically - load sessions, navigate displays and extract data. |
| Stream API |
Read and write to the live telemetry stream over gRPC and Protbuf. |
| Support Library |
Helper library built ontop of the Stream API for building services. |
| Configuration API |
Configure ECUs programmatically via a cross-platform gRPC interface. |
| Remote Telemetry Architecture |
Connect ATLAS to any existing database. Write a light weight data adapter and serve telemetry over REST. |