summaryrefslogtreecommitdiff
path: root/nfp/net/README.md
diff options
context:
space:
mode:
authorJ M Rossy <[email protected]>2015-08-12 11:56:39 -0700
committerJ M Rossy <[email protected]>2015-08-12 11:57:59 -0700
commit877c5ae528738cbf968b953e07a40e6d64af6382 (patch)
tree146c8e5e31e0e2d7e916338c8054b13bbcf3f092 /nfp/net/README.md
parent93217010e0c3d492c432fbccb167f6070775ba36 (diff)
Rename README.md files to standardize casing
Diffstat (limited to 'nfp/net/README.md')
-rw-r--r--nfp/net/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/nfp/net/README.md b/nfp/net/README.md
new file mode 100644
index 00000000..aeb2c630
--- /dev/null
+++ b/nfp/net/README.md
@@ -0,0 +1,11 @@
+Near-Field Proximity Sample Driver (UMDF Version 1)
+===================================================
+
+This sample demonstrates how to use User-Mode Driver Framework (UMDF) version 1 to write a near-field proximity driver.
+
+Typically, a near-field proximity driver would use near-field technologies such as Near Field Communication (NFC), TransferJet, or Bump. However, this sample uses a TCP/IPv6 network connection and a static configuration between two machines to simulate near-field interaction.
+
+Related technologies
+--------------------
+[User-Mode Driver Framework](http://msdn.microsoft.com/en-us/library/windows/hardware/ff560456)
+