-
Notifications
You must be signed in to change notification settings - Fork 2
/
Readme.txt
68 lines (47 loc) · 1.61 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
==============================================================================
Readme - Software for the PNEV512R EXPLORE-NFC
==============================================================================
1. Document purpose
This document describes the content of the source package as well as known
problems and restrictions.
A separate User Manual describes the first steps how to use the software in
combination with the Hardware.
2. Known problems and restrictions
* Restrictions
The Software is restricted to the Hardware.
The API is intended for the NXP contactless/contact reader ICs,
as such the API is not to be ported to any technology from any other vendor.
The Software is running on the Raspberry Pi of the Raspberry Pi Foundation.
NXP will not support porting to any other vendor platform.
The Software stack as well as the PNEV512R were validated according to CE.
* Known Problems
- none
3. Content
RaspberryPi-EXPLORE-NFC-Startguide.pdf (User manual for the project)
EULA.pdf (EULA - End User License Agreement)
Readme.txt (this document)
P2P-SNEP_clientPUT.zip content:
P2P-SNEP_clientPUT
+---build
+---source
+---NxpRdLib_PublicRelease
+---comps
+---intfs
+---types
+---ndef_message.c
+---ndef_message.h
+---SnepClient.c
+---SnepClient.h
+---CMakeLists.txt
+---main.c
+---Readme.txt
4. Mandatory material, not included
* Raspberry Pi
5. Building the project
To build the project do the following steps:
1) Change into the folder build.
2) Run the command "cmake ../source".
3) Run the command "make".
6. Revision History
V1.0:
* First packaged version.