1
0
Fork
You've already forked asb
0
No description
  • Python 74.8%
  • Rust 21.8%
  • Nix 2.3%
  • HTML 1.1%
Find a file
2026年06月18日 11:48:50 +02:00
assets rm trash 2026年06月17日 22:44:51 +02:00
device Big commit!!! 2026年06月17日 17:18:10 +02:00
src micro optimization!!! 2026年06月18日 11:48:50 +02:00
.envrc scaffold server project 2026年04月23日 16:02:03 +02:00
.gitignore This works!!!!! 2026年06月13日 22:32:27 +02:00
Cargo.lock fix conflicts 2026年06月17日 22:07:58 +02:00
Cargo.toml fix conflicts 2026年06月17日 22:07:58 +02:00
flake.lock prepare backend for asset serving, bump flake inputs 2026年06月12日 22:03:36 +02:00
flake.nix scaffold server project 2026年04月23日 16:02:03 +02:00
README.md fix startup so models are loaded early, change repr of id type in db 2026年05月17日 15:59:45 +02:00

ASB

TODO

  • Edge device
    • Hardware init
    • Taking photos
    • LCD Displaying
    • Menu handling
    • Connecting to the server
  • Server
    • DB init
    • Serving endpoints:
      • Healthchecks (device, db, sensors, ...)
      • CRUD (add, delete, edit, ...)
      • Frontend assets serving
  • Frontend
    • Consuming data from backend
    • Handling user operations