summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2013-07-09Add raw NDEF support for P2PArron Wang1-0/+11
Change-Id: I516232587f196eebabebe44af12d777f960429d4
2013-07-09tag: Implement a raw NDEF accessorSamuel Ortiz1-2/+5
2013-07-09ndef: Support RAW ndef writesSamuel Ortiz1-0/+11
Change-Id: I21a341b2482556458e381b4a3033ef3e9313194c
2013-06-20ndef: Implement static handoverSamuel Ortiz1-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-20test: Check for dump-* scripts argumentSamuel Ortiz3-0/+12
Check that there at least is one argument and dump a usage example otherwise.
2013-06-20test: Explicitely unregister the NDEF agent when being interruptedSamuel Ortiz1-1/+5
2013-06-18test: Add MIME type to the Device pushing optionsSamuel Ortiz1-0/+8
Only wifi_wsc is supported for now, i.e. one can only push WSC configuration tokens over SNEP.
2013-06-12test: Fix Text NDEF representationSamuel Ortiz2-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-04test: Add test script to write mime type on tagRavi kumar Veeramally1-0/+23
Added test script to write mime type on tag. Currently it supports application/vnd.wfa.wsc mime type.
2013-02-28test: Add wifi carrier support for handover_agent testRavi kumar Veeramally1-6/+56
Currently received data in PushOOB/RequestOOB is printed and reply to RequestOOB ss generated from static data.
2013-02-28ndef: Add support for multiple carriers in Hr messageRavi kumar Veeramally1-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-15monitor-near: Monitor Tags and Devices propertiesSamuel Ortiz1-0/+26
2013-02-11test: Update handover agent register/unregister testsRavi kumar Veeramally1-2/+3
To match the new API.
2013-01-31test: Add 'State' support for handover-agentSzymon Janc1-1/+20
This allows to pass power state hint with handover-agent.
2013-01-09test: Remove the NDEF argument from ndef-agentSamuel Ortiz1-10/+10
Since ndef-agent won't implement the handover agent API, no need to specify the NDEF argument.
2013-01-08test: Rename simple-agent to ndef-agentSamuel Ortiz1-0/+0
2013-01-06test: Support writing SMS and e-mail address to a tagChristophe Prigent1-20/+30
2012-12-06test: Add handover_agent for testingSzymon Janc1-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-23agent: Push raw NDEF along with the matching recordSamuel Ortiz1-1/+8
2012-09-19test: Add a Bluetooth handover wrapper scriptSamuel Ortiz1-0/+69
2012-09-13monitor-near: Add Devices to the Adapter propertiesSamuel Ortiz1-1/+1
2012-08-23test: Add simple-agent scriptSamuel Ortiz1-0/+61
Mostly to check that neard sends the right data to the right NDEF agent.
2012-07-12Edit a tag from neard-ui.pyJeff Zheng1-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-26test: Add Handover type support to push-deviceSamuel Ortiz1-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-04test: Convert neard-ui to the new polling APIOlivier Guiter1-2/+2
2012-06-01test: The default polling loop mode is InitiatorSamuel Ortiz1-2/+2
2012-05-26adapter: Implement new polling loop D-Bus APISamuel Ortiz2-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-03test: Add a device push scriptRavi kumar Veeramally1-0/+43
2012-04-24test: Add a tag writing scriptSamuel Ortiz1-0/+43
2012-04-23test: dump-device should use the Device interfaeSamuel Ortiz1-3/+3
2012-04-20adapter: Remove the Publish methodSamuel Ortiz1-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-19device: Add D-Bus interfaceSamuel Ortiz2-1/+31
2012-04-19test: Update monitor-nearSamuel Ortiz1-1/+1
2012-04-19test: Update the python neard UISamuel Ortiz1-83/+78
2012-04-19target: Remove target layerSamuel Ortiz1-46/+0
2012-04-19adapter: Bypass the target layerSamuel Ortiz1-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-19tag: Add D-Bus interfaceSamuel Ortiz1-0/+45
Preparing for moving the Target D-Bus interface to Tag.
2012-02-24test: Python script to publish text, uri and sp recordsRavi kumar Veeramally2-19/+43
Updated pyhton script to build dictionary with text, uri and sp record attributes and sends Publish request to neard adapter.
2012-01-31test: Override the default D-Bus timeout for setting the powered propertySamuel Ortiz2-2/+2
2012-01-31test: Add enable and disable adapter scriptsSamuel Ortiz2-0/+46
2012-01-30neard-ui: Switch to system busOlivier Guiter1-4/+4
2012-01-27test: Use system bus when publishing a recordSamuel Ortiz1-1/+1
2012-01-27test: python script to publish text recordRavi kumar Veeramally1-0/+19
Small pyhton script to build dictionary with text record attributes and sends Publish request to neard adapter.
2012-01-27main: Move neard to the system busSamuel Ortiz7-14/+14
neard is a system daemon and should be link to a session.
2011-11-15near-ui: Monitor records and targets addition/removal signalsOlivier Guiter1-30/+32
2011-11-15test: Identation fixes for neard-uiSamuel Ortiz1-6/+5
2011-11-15neard-ui: very simple neard UIOlivier Guiter1-0/+525
2011-10-20test: Fix dump-target and dump-record print formatRavikumar Veeramally2-12/+4
2011-10-20test: Fix dump-target indentationSamuel Ortiz1-2/+2
2011-10-20ndef: Preparation of smart poster record D-Bus replyRavikumar Veeramally2-5/+12
Preparation of D-Bus reply with cached ndef smart poster record properites.