summaryrefslogtreecommitdiff
path: root/nfc/Simulator/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'nfc/Simulator/README.md')
-rw-r--r--nfc/Simulator/README.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/nfc/Simulator/README.md b/nfc/Simulator/README.md
deleted file mode 100644
index 17b3bdac..00000000
--- a/nfc/Simulator/README.md
+++ /dev/null
@@ -1,24 +0,0 @@
-<!---
- name: NFC Simulator Driver Sample
- platform: UMDF2
- language: cpp
- category: NFC
- description: Demonstrates how to use UMDF to write a Near-Field Communication (NFC) universal driver.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=620199
---->
-
-
-NFC Simulator Driver Sample
-===========================
-This sample demonstrates how to use User-Mode Driver Framework (UMDF) to write a Near-Field Communication (NFC) universal driver along with best practices.
-
-This sample uses a TCP/IPv6 network connection and a static configuration between two machines to allow simulation of near-field interaction.
-
-Installing the driver
----------------------
-To install the NfcSimulator driver:
-Copy the driver binary, NfcSimulator.inf to a directory on your test machine. Change to the directory containing the inf and binaries Next run devcon.exe as follows:
-
- devcon.exe install NfcSimulator.inf root\NfcSimulator
-
-Create a Windows Firewall rule to allow the NfcSimulator to receive proximity simulation requests over the network. For example, run WF.msc, and create a new inbound rule that opens port 9299. \ No newline at end of file