https://github.com/security-union/esp32-metrics-rs
https://github.com/security-union/esp32-metrics-rs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/security-union/esp32-metrics-rs
- Owner: security-union
- Created: 2023-05-14T02:29:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-14T02:30:08.000Z (about 3 years ago)
- Last Synced: 2025-06-14T08:44:34.347Z (about 1 year ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust ESP32 Metrics Platform
## Esp Rust Dependencies
Check [esp-rs/rust-build](https://github.com/esp-rs/rust-build#espup-installation) for the most up-to-date setup guide
1. Install espup
```sh
cargo install espup
```
1. Add this to your `.zshrc` or `.bashrc`
```sh
. $HOME/export-esp.sh
```
1. Open a new terminal
## Running the axum server with docker-compose
```sh
docker-compose up --build
```