Hi folks,
This summer I built a realtime logsystem that I'm using for my home automation stuff. Basically its a simple API that can save LogEntries from a HTTP Get or Post. The Log API is very simple and easy to understand - you can make special endpoints for preset values to special devices etc. Included is also a Blazor Server App Webb frontend, with identity enabled - here you can filter/sort and search the logs.
The full blurb and all details can be found here:
https://github.com/Lazzerman42/ProjectM ... ree/master
Code is made using .NET 8 / Visual Studio Community edition - and database both for storing logs and for identity/login is SQLite. Both API and Blazor web frontend should run on Windows, Linux, RPi4+ and Mac.
This is meant to be building blocks - so download it and play with it !
Cheers,
Lazze
This summer I built a realtime logsystem that I'm using for my home automation stuff. Basically its a simple API that can save LogEntries from a HTTP Get or Post. The Log API is very simple and easy to understand - you can make special endpoints for preset values to special devices etc. Included is also a Blazor Server App Webb frontend, with identity enabled - here you can filter/sort and search the logs.
The full blurb and all details can be found here:
https://github.com/Lazzerman42/ProjectM ... ree/master
Code is made using .NET 8 / Visual Studio Community edition - and database both for storing logs and for identity/login is SQLite. Both API and Blazor web frontend should run on Windows, Linux, RPi4+ and Mac.
This is meant to be building blocks - so download it and play with it !
Cheers,
Lazze
Statistics: Posted by Lazzerman — Fri Aug 09, 2024 5:12 pm — Replies 0 — Views 10