dora-rs / dora

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed dataflow capabilities. Applications are modeled as directed graphs, also referred to as pipelines.
https://dora-rs.ai
Apache License 2.0
1.5k stars 79 forks source link

feat: Introduce `DORA_DAEMON_HOST` environment variable #467

Closed vovw closed 5 months ago

vovw commented 5 months ago

this env variables makes hard-coded localhost address configurable in the daemon and the coordinator

i am still not where to change working_dir variable. looking forward to your review and further ideas to solve this issue.

vovw commented 5 months ago

also i am not sure how to test this.