Skip to content

AutoNav Interpreter

Incbom edited this page Sep 18, 2023 · 11 revisions

AutoNav Interpreter Documentation

The AutoNav Interpreter is responsible for interpreting commands sent from the server and running said action. It has to sort through priority, and decide what to run first. A practical approach to sending data efficiently and respective to the importance would be having multiple HTTP streams connected, each labeled respectively to the data sent through the stream. Then the program would be able to handle the data in a "queue" respective to the priority of the action. This same logic can be applied to the messages sent to the interface. Multiple HTTP streams could be created to the interface from the interpreter, and data is sent through the respective stream. Data is sent through the format of JSON objects. More about the structure of those here.

High-Level Overview

(insert the diagram here)

This diagram shows the high-level overview of the AutoNav Interpreter system. Below we go more in-depth about the components of this system

HTTP

AutoNav

@rohanmishr

@TreeBronch

@IncbomDev

@PillageDev

Clone this wiki locally