Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-09 | Add raw NDEF support for P2P | Arron Wang | 1 | -0/+11 | |
Change-Id: I516232587f196eebabebe44af12d777f960429d4 | |||||
2013-07-09 | tag: Implement a raw NDEF accessor | Samuel Ortiz | 1 | -2/+5 | |
2013-07-09 | ndef: Support RAW ndef writes | Samuel Ortiz | 1 | -0/+11 | |
Change-Id: I21a341b2482556458e381b4a3033ef3e9313194c | |||||
2013-06-20 | ndef: Implement static handover | Samuel Ortiz | 1 | -0/+5 | |
static handover is going through a different D-Bus path as it would not make sense to handle both static and dynamic handover from the same code path. Static handover means an application explicitely requires to send a handover select without having previously received a handover request. This could typically be used for handling WiFi handover through configuration token from the registrar perspective. The registrar (a.k.a. the Access Point) would send a configuration token via Handover and expects the Enrolle (a.k.a. the WiFi STA) to initiate the WiFi association. | |||||
2013-06-20 | test: Check for dump-* scripts argument | Samuel Ortiz | 3 | -0/+12 | |
Check that there at least is one argument and dump a usage example otherwise. | |||||
2013-06-20 | test: Explicitely unregister the NDEF agent when being interrupted | Samuel Ortiz | 1 | -1/+5 | |
2013-06-18 | test: Add MIME type to the Device pushing options | Samuel Ortiz | 1 | -0/+8 | |
Only wifi_wsc is supported for now, i.e. one can only push WSC configuration tokens over SNEP. | |||||
2013-06-12 | test: Fix Text NDEF representation | Samuel Ortiz | 2 | -3/+9 | |
The Text NDEF representation could be non ASCII strings (UTF-8 or UTF-16) and the dumping scripts need to know about that. Fixes #NFC-48 | |||||
2013-04-04 | test: Add test script to write mime type on tag | Ravi kumar Veeramally | 1 | -0/+23 | |
Added test script to write mime type on tag. Currently it supports application/vnd.wfa.wsc mime type. | |||||
2013-02-28 | test: Add wifi carrier support for handover_agent test | Ravi kumar Veeramally | 1 | -6/+56 | |
Currently received data in PushOOB/RequestOOB is printed and reply to RequestOOB ss generated from static data. | |||||
2013-02-28 | ndef: Add support for multiple carriers in Hr message | Ravi kumar Veeramally | 1 | -1/+1 | |
Added support for multiple carrriers request for Hr message. For multiple carriers dbus request has to be comma separated strings (e.g. bluetooth,wifi). | |||||
2013-02-15 | monitor-near: Monitor Tags and Devices properties | Samuel Ortiz | 1 | -0/+26 | |
2013-02-11 | test: Update handover agent register/unregister tests | Ravi kumar Veeramally | 1 | -2/+3 | |
To match the new API. | |||||
2013-01-31 | test: Add 'State' support for handover-agent | Szymon Janc | 1 | -1/+20 | |
This allows to pass power state hint with handover-agent. | |||||
2013-01-09 | test: Remove the NDEF argument from ndef-agent | Samuel Ortiz | 1 | -10/+10 | |
Since ndef-agent won't implement the handover agent API, no need to specify the NDEF argument. | |||||
2013-01-08 | test: Rename simple-agent to ndef-agent | Samuel Ortiz | 1 | -0/+0 | |
2013-01-06 | test: Support writing SMS and e-mail address to a tag | Christophe Prigent | 1 | -20/+30 | |
2012-12-06 | test: Add handover_agent for testing | Szymon Janc | 1 | -0/+70 | |
This is a very simple implementation of handover agent useful for testing (especially if not willing to run BlueZ 5.x). Currently received data in PushOOB/RequestOOB is printed and reply to RequestOOB is generated from static data. In future this might be extended to accept some user input and more flexible reply generation. | |||||
2012-10-23 | agent: Push raw NDEF along with the matching record | Samuel Ortiz | 1 | -1/+8 | |
2012-09-19 | test: Add a Bluetooth handover wrapper script | Samuel Ortiz | 1 | -0/+69 | |
2012-09-13 | monitor-near: Add Devices to the Adapter properties | Samuel Ortiz | 1 | -1/+1 | |
2012-08-23 | test: Add simple-agent script | Samuel Ortiz | 1 | -0/+61 | |
Mostly to check that neard sends the right data to the right NDEF agent. | |||||
2012-07-12 | Edit a tag from neard-ui.py | Jeff Zheng | 1 | -0/+65 | |
In neard-ui.py, double click a record will display a window. User can edit the record and write back to tag | |||||
2012-06-26 | test: Add Handover type support to push-device | Samuel Ortiz | 1 | -0/+5 | |
The pushed handover NDEF will be a handover request one, and the argument to the push-device script is the expected carrier (bluetooth or wifi). | |||||
2012-06-04 | test: Convert neard-ui to the new polling API | Olivier Guiter | 1 | -2/+2 | |
2012-06-01 | test: The default polling loop mode is Initiator | Samuel Ortiz | 1 | -2/+2 | |
2012-05-26 | adapter: Implement new polling loop D-Bus API | Samuel Ortiz | 2 | -3/+10 | |
The simple StartPoll is replaced with a polling loop method, where polling mode is specified. It can be Initiator, Target or both. When starting the polling loop in Target mode an NFC device could eventually activate us. | |||||
2012-05-03 | test: Add a device push script | Ravi kumar Veeramally | 1 | -0/+43 | |
2012-04-24 | test: Add a tag writing script | Samuel Ortiz | 1 | -0/+43 | |
2012-04-23 | test: dump-device should use the Device interfae | Samuel Ortiz | 1 | -3/+3 | |
2012-04-20 | adapter: Remove the Publish method | Samuel Ortiz | 1 | -43/+0 | |
NDEF queueing should be done by upper layers with a more accurate application status knowledge. NDEF are now written to tags with the Tag.Write method. A Device.Push one will also be implemented. | |||||
2012-04-19 | device: Add D-Bus interface | Samuel Ortiz | 2 | -1/+31 | |
2012-04-19 | test: Update monitor-near | Samuel Ortiz | 1 | -1/+1 | |
2012-04-19 | test: Update the python neard UI | Samuel Ortiz | 1 | -83/+78 | |
2012-04-19 | target: Remove target layer | Samuel Ortiz | 1 | -46/+0 | |
2012-04-19 | adapter: Bypass the target layer | Samuel Ortiz | 1 | -1/+1 | |
Adapters talk to tags or device directly. The target vs initiator idea will be removed from the code base. This commit temporarily breaks p2p. | |||||
2012-04-19 | tag: Add D-Bus interface | Samuel Ortiz | 1 | -0/+45 | |
Preparing for moving the Target D-Bus interface to Tag. | |||||
2012-02-24 | test: Python script to publish text, uri and sp records | Ravi kumar Veeramally | 2 | -19/+43 | |
Updated pyhton script to build dictionary with text, uri and sp record attributes and sends Publish request to neard adapter. | |||||
2012-01-31 | test: Override the default D-Bus timeout for setting the powered property | Samuel Ortiz | 2 | -2/+2 | |
2012-01-31 | test: Add enable and disable adapter scripts | Samuel Ortiz | 2 | -0/+46 | |
2012-01-30 | neard-ui: Switch to system bus | Olivier Guiter | 1 | -4/+4 | |
2012-01-27 | test: Use system bus when publishing a record | Samuel Ortiz | 1 | -1/+1 | |
2012-01-27 | test: python script to publish text record | Ravi kumar Veeramally | 1 | -0/+19 | |
Small pyhton script to build dictionary with text record attributes and sends Publish request to neard adapter. | |||||
2012-01-27 | main: Move neard to the system bus | Samuel Ortiz | 7 | -14/+14 | |
neard is a system daemon and should be link to a session. | |||||
2011-11-15 | near-ui: Monitor records and targets addition/removal signals | Olivier Guiter | 1 | -30/+32 | |
2011-11-15 | test: Identation fixes for neard-ui | Samuel Ortiz | 1 | -6/+5 | |
2011-11-15 | neard-ui: very simple neard UI | Olivier Guiter | 1 | -0/+525 | |
2011-10-20 | test: Fix dump-target and dump-record print format | Ravikumar Veeramally | 2 | -12/+4 | |
2011-10-20 | test: Fix dump-target indentation | Samuel Ortiz | 1 | -2/+2 | |
2011-10-20 | ndef: Preparation of smart poster record D-Bus reply | Ravikumar Veeramally | 2 | -5/+12 | |
Preparation of D-Bus reply with cached ndef smart poster record properites. |