summaryrefslogtreecommitdiff
path: root/components/dlink_bt
Commit message (Collapse)AuthorAgeFilesLines
* doc and code bug fixesUlf Wiger2016-02-241-3/+16
|
* Always use the peer address for credsUlf Wiger2016-01-131-2/+3
|
* fragmentation testsUlf Wiger2016-01-122-32/+64
|
* wrong encoding of 'mod' attr in 'rcv' msgUlf Wiger2015-12-151-2/+2
|
* More robust listeners, lots of bugfixes for (and in) test suiteUlf Wiger2015-12-133-6/+22
|
* fix innocuous xref warningsUlf Wiger2015-12-072-11/+6
|
* new protocol & setup scriptsUlf Wiger2015-12-065-238/+269
|
* All tests (incl remote method inv) passUlf Wiger2015-11-204-41/+42
| | | | | | | - No signatures on messages (dlink_tls) - dlink_bt wasn't actually tested (test case passed erroneously) - added proto_msgpack component - fixed sneaky bug in 'setup'
* Lots of changes to make dlink_bt (simulated) and dlink_tls runtime tests passUlf Wiger2015-11-203-193/+238
| | | | | | | | | | * Introduced high-level logging (rvi_log) * Upgraded to new lager version, customized debug output * Thread rvi_log IDs between nodes and components * Introduce simplified protocol for dlink_tls * Use msgpack encoding for dlink_tls * dlink_bt can use TCP instead of Bluetooth for testing purposes * Bug fixes and additions to the test suite
* use gproc to announce/await componentsUlf Wiger2015-11-202-3/+10
|
* added svc reg+call tests + bug fixesUlf Wiger2015-08-141-1/+1
|
* Now extracts certificates from { array, Certs } tupleMagnus Feuer2015-07-251-2/+9
|
* master: Merged from PDXostcMagnus Feuer2015-07-131-6/+19
|\
| * Fault searching bt disconnect scenarioMagnus Feuer2015-06-241-3/+3
| |
| * TempMagnus Feuer2015-06-221-1/+9
| |
| * TempMagnus Feuer2015-06-222-8/+21
| |
| * Lightweight version of the websocket serverMagnus Feuer2015-06-121-2/+2
| |
| * Removed wse deps. Fixed naming issue in bt.Magnus Feuer2015-06-112-3/+3
| |
* | first integration, certs + bluetoothUlf Wiger2015-06-101-134/+126
|/
* Converted dlink_tcp to JSON. Updated mod in prep for test1 deployment. ↵Magnus Feuer2015-06-091-46/+82
| | | | Modified JSON processing. Updated config to only load BT and bert modules.
* First commit of what proto_json, which is to complement proto_bert. Now ↵Magnus Feuer2015-06-091-8/+17
| | | | sends commands from client to server. Server to client does not yet work
* Now connects, registers, and invokes services over BT. dlink_bt now feature ↵Magnus Feuer2015-06-091-50/+94
| | | | complete. Fixed ping
* Now receives incoming calls, connects to remote servers, and reports services.Magnus Feuer2015-06-094-375/+296
|
* First stab at BT connectivityMagnus Feuer2015-05-2211-0/+2063