KNX-IOT/KNX-IOT-STACK

9) Client application

WAvdBeek opened this issue · 0 comments

  • generic client (agnostic of function)
  • sending data for s-mode

Generic client (python) that can:

  • search for devices through wellknown/core
  • do a get on listed resources with the correct type
  • do a put on resource if interfaces is listed as support of put
    note, requires input in cbor or conversion of data to cbor
  • do a post on resource if interfaces is listed as support of post
    note, requires input in cbor or conversion of data to cbor
  • list the data
    • in link format
    • in cbor
    • in json

python code available :
https://github.com/WAvdBeek/CoAPthon3

~Days: 10