You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
311 B
17 lines
311 B
---
|
|
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
|
|
```
|