how to indoor asset position show on building map? and how to track them? in asp.net core

Mohit S 1 Reputation point
2023-02-03T09:29:30.3833333+00:00

how to indoor asset position show on building map? and how to track them? in asp.net core

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,166 questions
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,390 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 56,026 Reputation points
    2023-02-16T16:56:40.3233333+00:00

    typically there is a beacon monitor that you configure to call your site and send asset information. see documentation of the beacon.

    your asset device will update the beacon with its sensor info. your tag may use a GPS sensor, or just give acceleration information, that you use to track the location.

    you probably want a GPS map of your building. then convert the asset tag gps position to location on the map. google for indoor GPS mapping tools

    0 comments No comments