01/docs/software/light-server.mdx

17 lines
311 B
Plaintext

---
title: "Light Server"
description: "Run your 01"
---
<Info> Make sure that you have navigated to the `software` directory. </Info>
The Light server streams bytes of audio to an ESP32 and the Light Python client.
It is very lightweight.
To run the Light server:
```bash
poetry run 01 --server light
```