How i can track assets via G1 gateway (BLE) in Blazor webassembly

Kuldeep Y 41 Reputation points
2022-09-29T14:38:35.74+00:00

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
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,500 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 61,731 Reputation points
    2022-09-29T20:21:13.687+00:00

    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.