Initial commit, include READMEs for subprojects and roadmap

This commit is contained in:
2024-08-23 19:34:37 -05:00
commit fd6812de4b
12 changed files with 893 additions and 0 deletions

6
sauron-client/README.md Executable file
View File

@ -0,0 +1,6 @@
# sauron-client
Client services for interacting with Sauron server. These are just sample implementations that can be changed as you like to support your use case.
## Supported Clients (WIP)
- **Linux**: Runs on a standard Linux operating system. Especially useful for single board computers (SBCs) such as the Raspberry Pi.
- **Pi Pico**: Baseline implementation for reading data from an SPI camera on a Raspberry Pi Pico and communicating with the Sauron server using a connected Wi-Fi module.