Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,650 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
I want to track my assets item through tile (BLE) For that I want to use G1 Gateway of Minew and want to get data from gateway for advertisement on Beacon devices and track asset location
anyone's help would be awesome.
thanks in Advance.
blazor WASM can not directly access the gateway. you will need a web server that collects and store the data. then this web server can expose an api the the blazor app calls.