diff --git a/public/roadmap-content/cyber-security.json b/public/roadmap-content/cyber-security.json index 2b39a4099..30db6f5c0 100644 --- a/public/roadmap-content/cyber-security.json +++ b/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/",