blob: fc4a680d33cd49a01269309a05a7b6cbbeafad38 (
plain)
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
|
Neardal Library
================
Copyright (C) 2012 Intel Corporation. All rights reserved.
Provides a simple C APIs to exchange datas with our NFC daemon (Neard) present on the system.
Features
========
Supported Backends:
- Neard
Supported Main Loop:
- Glib
Compiling
=========
./autogen.sh
./configure (see ./configure --help for more information)
make
Testing
=======
Compile neardal and get Neard running.
under ncl directory (ncl:Neardal Command Line) run:
./ncl
This command line interpretor include a set of the main commands use to test neardal/Neard.
|