Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arunanshub/home-task-smart-homes


https://github.com/arunanshub/home-task-smart-homes

Last synced: 7 days ago
JSON representation

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
```