s6.app.robotic.serverΒΆ
FastAPI server exposing robotics control endpoints.
Wraps the s6.robotic.service router and binds to the host/port
configured by s6.schema.connection.ConnectionConfig. Useful for
remote control and integration.
Examples
>>> python -m s6.app.robotic.server --host 0.0.0.0
- s6.app.robotic.server.main()
Launch the FastAPI REST API server for robotics control.