KNX-IOT/KNX-IOT-STACK

2) Resource Discovery

WAvdBeek opened this issue · 0 comments

  • wellknown/core in Iotivity
    • passing OCF certification
      • query params work
      • not replying if not for us works
      • multicast address on linux/windows
        KNX specific:
  • well-known/core api
    • filtering
      • on rt
      • on if
      • on ep
      • on programming mode: GET coap://[FF03::FD]/.well-known/core?if=urn:knx:pm
      • individual address on the network : GET coap://[FF03::FD]/.well-known/core?if=urn:knx:ia
        note that the return on this request is JSON not linkformat
    • listing resources (e.g. only "application")

~Days: 10