nasa / OnAIR

The On-board Artificial Intelligence Research (OnAIR) Platform is a framework that enables AI algorithms written in Python to interact with NASA's cFS. It is intended to explore research concepts in autonomous operations in a simulated environment.
58 stars 14 forks source link

Allow for Configuration of Redis Adapter #133

Open HayleyO opened 2 months ago

HayleyO commented 2 months ago

The redis adapter currently has a hardcoded local host and port, allow for passing in configuration for your redis adapter that can change which redis server instance you're listening to or focusing on (allowing for listening to a remote redis instance not hosted locally).