chkr1011 / CoAPnet

CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
MIT License
70 stars 15 forks source link

Wiki gone? #13

Open gdsl7 opened 2 years ago

gdsl7 commented 2 years ago

I can't find the wiki with examples any more. Is it gone ?

chkr1011 commented 2 years ago

Yes the Wiki is one. I will add a samples project containing several samples. Please check the file https://github.com/chkr1011/CoAPnet/blob/master/Source/CoAP.TestClient/Program.cs as long as the samples are not yet available.

gdsl7 commented 1 year ago

Thank you.

Any chance the sample could be updated to compile with the latest build?

The DTLS changes breaks the sample app.

chkr1011 commented 1 year ago

Please share the build error you get. I can compile without issues.