-
Notifications
You must be signed in to change notification settings - Fork 0
AutoNav Interpreter
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.
AutoNav 2023 - Authored by @rohanmishr, @TreeBronch, @IncbomDev, and @PillageDev