Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kang-theo/device-dashboard
WPF application based on .NET7
https://github.com/kang-theo/device-dashboard
csharp net-7 wpf
Last synced: 27 days ago
JSON representation
WPF application based on .NET7
- Host: GitHub
- URL: https://github.com/kang-theo/device-dashboard
- Owner: kang-theo
- License: mit
- Created: 2024-07-01T10:33:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-03T10:38:58.000Z (4 months ago)
- Last Synced: 2024-09-29T21:55:06.555Z (about 1 month ago)
- Topics: csharp, net-7, wpf
- Language: C#
- Homepage:
- Size: 4.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Device Dashboard
## Build and Run
### NuGet Packages
- liveCharts.wpf
- CommunityToolkit.Mvvm
- S7netplus## UI
![UI](./device-dashboard/Public/ui.jpg)
![Warning](./device-dashboard/Public/warning.jpg)
### Breakdown
![UI breakdown](./device-dashboard/Public/ui-2.jpg)
## Presentation
### Device Info
#### Device info pool (Model)
![Device Info Pool Data Structure](./device-dashboard/Public/device-info-pool.jpg)### Production Statistics
PLC communication: A monitor thread to collect device data and store in data pool.