chrysn/aiocoap

Resource description in the RD saving mechanism

Closed this issue · 2 comments

When I run :
> aiocoap-client --method POST --content-format 40 --payload '</sensors/temp>;rt="temperature-c";' coap://localhost/resourcedirectory/?ep=node1.

I was wondering how you save the resources description in the RD : </sensors/temp>;rt="temperature-c";
Do you use a light database or you save data directly in files ?

Ok @chrysn. Thanks.