Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arunanshub/home-task-smart-homes
https://github.com/arunanshub/home-task-smart-homes
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arunanshub/home-task-smart-homes
- Owner: arunanshub
- Created: 2024-10-24T10:22:45.000Z (23 days ago)
- Default Branch: master
- Last Pushed: 2024-10-24T12:34:06.000Z (22 days ago)
- Last Synced: 2024-10-25T10:43:25.931Z (22 days ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run
1. Start the homes simulator
```bash
# simulate 10 homes
cargo run -r -p smart-homes -- --num-houses 10
```2. Start the HTTP server
```bash
cargo run -r -p http-api
```