sensor-hub-ble
Extensible weather station in Rust (by night-crawler)
houseflow
Home automation platform made in Rust 🦀. (by gbaranski)
sensor-hub-ble | houseflow | |
---|---|---|
1 | 2 | |
2 | 185 | |
- | - | |
7.9 | 0.0 | |
11 months ago | over 1 year ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sensor-hub-ble
Posts with mentions or reviews of sensor-hub-ble.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-08.
-
Need help finding the root cause of Waveshare 2.13V3 noise
Lastly, my WIP code for the display.
houseflow
Posts with mentions or reviews of houseflow.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-29.
-
Web framework for production use
I used actix-web framework, but recently switched to axum in one of my projects, and it's really nice, the community is very helpful, and there's a good documentation, I don't like few things in actix-web, for example if you want stable you need to use old Tokio 0.x, while most crates are now running 1.x, and those aren't compatible with each other. Axum is also much more modular, it uses few existing crates such as hyper, http and etc, where actix-web makes it's own actix-http. If anyone is interested, here's the project I'm talking about.
-
Web Development with Rust?
Rust supports web development really well. I used actix-web framework, but recently switched to axum in one of my projects, it's really nice, the community is very helpful, and there's good documentation. If anyone is interested, here's the project I'm talking about.