An open API service indexing awesome lists of open source software.

https://github.com/cslrfid/cslrfiddotnetmaui


https://github.com/cslrfid/cslrfiddotnetmaui

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# .NET MAUI Quick Start Demo App for CS710S/CS108 RFID Handheld Reader

A simple demonstration on using C#/.NET/MAUI for:
- Adding CSLibrary2024-NET8-MAUI assembly to your Visual Studio Solution
- Creating a dependency service *CSLReaderService* for accessing the readers
- Device connectivity through BLE
- Batch inventory
- Geiger Search
- Support for LED tags

Dependencies:

- [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet)
- [Bluetooth LE plugin for Xamarin & MAUI](https://github.com/dotnet-bluetooth-le/dotnet-bluetooth-le)
- [MVVM Community Toolkit](https://github.com/CommunityToolkit/MVVM-Samples)
- [TinyMVVM](https://github.com/dhindrik/TinyMvvm)
- [Syncfusion .NET MAUI Toolkit](https://www.syncfusion.com/net-maui-toolkit)


![App Screen1](/Images/AppScreen1.png)



![App Screen2](/Images/AppScreen2.png)