Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplogas/smartmass-controller
A web-based controller for SmartMass devices.
https://github.com/mplogas/smartmass-controller
aspnet-core aspnet-core-webapi blazor-webassembly mqtt signalr smartmass
Last synced: 3 days ago
JSON representation
A web-based controller for SmartMass devices.
- Host: GitHub
- URL: https://github.com/mplogas/smartmass-controller
- Owner: mplogas
- License: mit
- Created: 2023-10-21T19:46:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-30T22:07:55.000Z (11 months ago)
- Last Synced: 2024-10-11T14:08:36.115Z (27 days ago)
- Topics: aspnet-core, aspnet-core-webapi, blazor-webassembly, mqtt, signalr, smartmass
- Language: C#
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartMass Controller
A web-based interface for [SmartMass](https://github.com/mplogas/SmartMass) devices, allows configuration of the devices and offers an inventory UI. It is focussed on 3D printing filament but can be easily adapted for other means.## Device features
- Discovery of unknown devices
- Initialize calibration
- Create and send configuration to the scale
- Start tare process
- Read device messages## Inventory features
- Manage materials and manufacturers
- Take inventory of your filament spools
- Write spool data to RFID tags (via device)
- store last weighing result## Tech
- aspnet 6.0 (webapi)
- hosted blazor webassembly
- signalR
- MQTTnet
- EFCore / SQLite