1 Star 0 Fork 81

Caoruihong / communication_nfc

forked from OpenHarmony / communication_nfc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.16 KB
一键复制 编辑 原始数据 按行查看 历史
19951985967 提交于 2022-06-09 15:15 . Fix bug of README files

NFC

Introduction

Near-field communication (NFC) is a non-contact identification and interconnection technology for short-distance wireless communication between mobile devices, consumer electronic products, PCs, and smart devices.

The NFC module provides connected tag reading and writing.

Architecture

Figure 1 NFC architecture

Directory Structure

The main code directory structure of Intelligent Soft Bus is as follows:

/foundation/communication
├── interfaces                        # Interface code
│   └── kits
│       └── native_cpp                # Native SDK
│           └── connected_tag_base    # NFC connected tag SDK
│           └── napi                  # Native api
│               └── connected_tag     # Native api of NFC connected tag
└── sa_profile                        # Declare of sub system attribute
│   └── connected_tag                 # Declare of NFC connected tag attribute
└── services                          # Sub system service code folder
    └── connected_tag                 # NFC connected tag folder
        ├── etc                       # System service config
        ├── include                   # Include code
        └── src                       # Source code

Constraints

  • Devices must has the connected tag chip.

Usage

  • connected tag reading and writing.

Devices must has the connected tag chip to connected tag reading and writing. Please reference "js-apis-connectedTag.md”。

Repositories Involved

hmf/communication/nfc

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caoruihong/communication_nfc.git
git@gitee.com:caoruihong/communication_nfc.git
caoruihong
communication_nfc
communication_nfc
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891