libnfc/examples
Romuald Conty 55daa29a7c Allow to connect to a device using a connection string:
- Provide a nfc_get_default_device() that allow to grab the connstring stored
   in LIBNFC_DEFAULT_DEVICE environnement variable or returns the first
   available device if not set;
 - nfc_connect(NULL) now takes the default device (see
   nfc_get_default_device());
 - Removes nfc_driver_desc_t from public types
 - Defines nfc_connstring as char[1024]
 - examples/*: use nfc_connstring
 - examples/nfc-poll: now uses only the default device (instead of all devices
   availables)
 - Removes parse_args() from nfc-utils.[hc]
2011-10-17 13:03:56 +00:00
..
doc Extend max length for firmware description & fix typo 2011-05-25 19:53:45 +00:00
pn53x-tamashell-scripts examples/pn53x-tamashell-scripts: minor enhancements. 2011-05-03 15:10:51 +00:00
CMakeLists.txt windows port improved: 2011-10-01 14:50:53 +00:00
Makefile.am make distcheck OK 2011-10-01 13:29:18 +00:00
nfc-anticol.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-anticol.c move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164) 2011-09-30 11:33:31 +00:00
nfc-dep-initiator.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-dep-initiator.c move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164) 2011-09-30 11:33:31 +00:00
nfc-dep-target.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-dep-target.c Allow to connect to a device using a connection string: 2011-10-17 13:03:56 +00:00
nfc-emulate-tag.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-emulate-tag.c move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164) 2011-09-30 11:33:31 +00:00
nfc-emulate-uid.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-emulate-uid.c move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164) 2011-09-30 11:33:31 +00:00
nfc-poll.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-poll.c Allow to connect to a device using a connection string: 2011-10-17 13:03:56 +00:00
nfc-relay.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
nfc-relay.c Allow to connect to a device using a connection string: 2011-10-17 13:03:56 +00:00
pn53x-diagnose.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
pn53x-diagnose.c Allow to connect to a device using a connection string: 2011-10-17 13:03:56 +00:00
pn53x-sam.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
pn53x-sam.c move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164) 2011-09-30 11:33:31 +00:00
pn53x-tamashell.1 Update examples and utils manpages.(Fixes Issue 159) 2011-10-01 12:26:11 +00:00
pn53x-tamashell.c move some examples to utils/ since they are not examples anymore :) (Fixes Issue 164) 2011-09-30 11:33:31 +00:00