From 3f91a6e6ef8243c5f37dce17284016715941f3bc Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 12 Jul 2018 16:49:20 -0700 Subject: binding: nfc: add neardal support for reading NDEF encoded tags Read RFID tags via neardal helper library that are NDEF encoded Bug-AGL: SPEC-1544 Change-Id: I90c0e8b4dec705ef56c7303ec2a592ca6ab9054c Signed-off-by: Matt Ranostay --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e545ed5..0a89087 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ NFC service uses the respective libnfc package to detect the presence of NFC tag ## Events +### libnfc response + | Name | Description | JSON Response | -|--------------------|:-------------------------------------|:------------------------------------------ ----------------------------| +|--------------------|:-------------------------------------|:-----------------------------------------------------------------------| | presence | event that reports NFC tag presence | *Response:* {"status": "detected", "uid": "042eb3628e4981"} | + + +### neard response + +| Name | Description | JSON Response | +|--------------------|:-------------------------------------|:-----------------------------------------------------------------------| +| presence | event that reports NFC tag presence | *Response:* {"status": "detected", | +| | | "record": { "Type": "URI", "URI": "http://www.nfc-forum.com" } } | -- cgit 1.2.3-korg