Skip to content

Conversation

@bguthro
Copy link

@bguthro bguthro commented Jan 29, 2026

Initial first-pass of getting ESC running as a web app on a raspberry pi5, talking to a seestar with the latest firmware.

To test, run the backend in one terminal / tmux connection:

uv run --active python -m python.web_api 2>&1 | tee backend.log

Then, run the frontend, connecting to your machine's IP address (or 0.0.0.0 to bind to all addresses)

TAURI_DEV_HOST=<host IP address> pnpm web:dev 2>&1 | tee frontend.log

Then, connect to: http://:5173 - and connect to your seestar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant