最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

A .NET Core application for logging in and out of a building using NFC - how should the NFC part work? - Stack Overflow

programmeradmin3浏览0评论

I'm trying to understand how NFC works in terms of the interaction between a phone, reader and tag, as I'm about to start developing a .NET Core application for logging people in and out of a building.

Ideally, a user would tap a phone on a reader, this would initiate an api call and log the tap in the database.

From what I understand though, this approach would need an app on the phone in order to transmit the identifying data, it doesn't work with the phones NFC capability alone.

An alternative could be an NFC tag/sticker per user, pre configured with a unique id which could be read by a reader the logged.

Am I on the right path here or is there a better 'standard' approach to do this?

For clarity, I don't require any advice on the .NET side of things, I only mentioned that to give a fuller picture of what I'm planning.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论