feat: nfc links

pull/8281/head
marcelxsilva 2 months ago
parent 9f1d44e542
commit 952ec37daf
  1. 15
      public/roadmap-content/cyber-security.json

@ -109,6 +109,21 @@
"title": "NFC",
"description": "**Near Field Communication (NFC)** is a short-range wireless technology that allows devices to communicate and exchange data over very short distances, typically up to 4 inches (10 cm). NFC is commonly used for applications such as contactless payments, electronic ticketing, and data transfer between devices. It operates at a frequency of 13.56 MHz and supports various modes, including peer-to-peer communication, card emulation, and reader/writer modes. NFC enables quick and secure interactions with minimal setup, making it convenient for mobile payments, access control, and sharing information.\n\nLearn more from the following resources:",
"links": [
{
"title": "NFC Forum",
"url": "https://nfc-forum.org",
"type": "article"
},
{
"title": "Library for NFC",
"url": "https://github.com/nfc-tools/libnfc",
"type": "opensource"
},
{
"titl": "RFIF / NFC Documentation",
"url": "https://www.nxp.com/products/rfid-nfc:RFID-NFC",
"type": "article"
},
{
"title": "The Beginner's Guide to NFCs",
"url": "https://www.spiceworks.com/tech/networking/articles/what-is-near-field-communication/",

Loading…
Cancel
Save