CoAPConnect / coap-pubsub-rust

MIT License
5 stars 0 forks source link

Update Topic Data uses wrong order for Uri Path #60

Closed Kavan-M closed 5 months ago

Kavan-M commented 5 months ago

According to draft, the uri path should follow the order ps (topic collection), data, data-uri. We currently use data-uri, data. This should be fixed in both the client and broker. This issue came up when testing for interoperability with the python aiocoap implementation