summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Qt6: Use QList instead of QVectorKarsten Heimrich2020-06-2611-16/+16
* Qt6: Fix build with latest dev branchKarsten Heimrich2020-06-104-7/+5
* Qt6 compile fixKarsten Heimrich2020-04-217-12/+12
* Fix compile issuesv5.14.0-beta2v5.14.0-beta1v5.14.0-alpha1Karsten Heimrich2019-09-182-3/+3
* Fix fetching the host address used to discover KNXnet/Ip devicesKarsten Heimrich2019-08-211-2/+1
* Implement device discovery on all available interfacesKarsten Heimrich2019-08-211-24/+11
* Minor reformating, no functional changeKarsten Heimrich2019-08-201-7/+6
* Introduce method to fetch interface from a discovery resultKarsten Heimrich2019-08-201-0/+3
* Fix crash accessing the device model with negative indexKarsten Heimrich2019-08-203-9/+27
* Remove deprecated QLatin1LiteralKarsten Heimrich2019-06-143-3/+3
* Fix using wrong index into secure configuration listKarsten Heimrich2019-05-073-4/+3
* Set the serial number (MAC address) for the interface in useKarsten Heimrich2019-05-203-15/+27
* Fix missing discoverer update on network interface changeKarsten Heimrich2019-05-093-0/+24
* Fix typoKarsten Heimrich2019-06-052-5/+5
* Introduce tunneling feature example and documentationv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Karsten Heimrich2019-05-0410-1/+1196
* Introduce local device management examplev5.13.0-beta3Karsten Heimrich2019-04-1710-1/+1332
* Doc: Fix example code generationKarsten Heimrich2019-04-171-19/+8
* Document the newly introduced group communication exampleKarsten Heimrich2019-04-152-0/+158
* Introduce new example mainly targeting KNX group communicationKarsten Heimrich2019-04-1510-1/+1224
* Implement secure session support in the KNX editor exampleKarsten Heimrich2019-03-2912-148/+442
* Connect the errorOccurred signal with the UIKarsten Heimrich2019-02-051-0/+5
* Fix warning: dubious check of 'bool *' against 'nullptr'v5.13.0-alpha1Karsten Heimrich2019-01-311-1/+1
* Make sure we do not access a deleted objectKarsten Heimrich2019-01-302-0/+6
* Improve knxeditor example documentationv5.12.0-beta3v5.12.0-beta2Andrew O'Doherty2018-10-044-5/+224
* Improve KNX discoverer example documentationAndrew O'Doherty2018-10-041-10/+170
* Improve tunnelclient example documentationAndrew O'Doherty2018-10-022-4/+92
* Add documentation to KNX Project Parser exampleAndrew O'Doherty2018-10-021-0/+106
* Add documentation for router examplev5.12.0-beta1Andrew O'Doherty2018-09-261-0/+182
* Some fixes in QKnxNetIpRouter interface and documentationAndrew O'Doherty2018-09-191-1/+4
* Rename QKnxNetIpRoutingInterface class to QKnxNetIpRouterAndrew O'Doherty2018-09-181-19/+19
* Fix the behavior of the SRP classes and builders to match existing onesKarsten Heimrich2018-08-281-5/+4
* Cleanup KNX editor tunneling features tabAndrew O'Doherty2018-08-223-102/+255
* Extend KNX editor example to support tunneling featuresAndrew O'Doherty2018-08-197-71/+554
* Implement functionality to set and use extended CRI framesKarsten Heimrich2018-08-191-0/+5
* Add KNXnet/IP router exampleAndrew O'Doherty2018-08-163-1/+291
* AN184: Implement TCP support as specified in KnxNet/IP Core v2Andrew O'Doherty2018-08-167-8/+62
* Merge remote-tracking branch 'origin/5.11' into devEdward Welbourne2018-07-301-1/+5
|\
| * Avoid sending a multicast search request via loopback deviceKarsten Heimrich2018-07-271-1/+5
* | Implement additional functionality to send extended search requestsKarsten Heimrich2018-07-271-2/+85
* | (AN184) Added Security to ServiceFamily enumAndrew O'Doherty2018-06-012-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devAlex Blasche2018-05-311-6/+6
|\|
| * Fix waiting for a IO list response from a KNXnet/IP serverKarsten Heimrich2018-05-291-6/+6
* | Rewrite the knxproj example to not use private APIAndrew O'Doherty2018-05-242-63/+57
|/
* Fix QKnxLinkLayerFrameBuilder implementationKarsten Heimrich2018-05-142-6/+6
* Fix the device configuration frame factoryKarsten Heimrich2018-05-141-7/+15
* Doc: Fix quoting code from example sources in example docsLeena Miettinen2018-05-022-2/+3
* Fix wrong initial value in the KNX editor UIKarsten Heimrich2018-04-261-1/+1
* Move the tradeshow demo application out of the source treeKarsten Heimrich2018-04-2349-2838/+0
* Resolve TODO: add d_ptr to link layer frame. Update docsKarsten Heimrich2018-04-231-1/+2
* Make the QKnxTpduFactory private, since it's not use anywhereKarsten Heimrich2018-04-223-3/+3