Christian
Christian
Support for old versions is dropped in version 5 of the library so that the warnings will also disappear. @SeppPenner Do you want to create the PR for version 5...
Version 5 of the library will support .NET 8+ only. But version 4 remains available and will receive hotfixes. But no features or big improvements.
Hi, I am working on this library at the moment and will add this change. Best regards Christian
It it possible to create a docker image using GitHub actions? (https://docs.github.com/en/actions/publishing-packages/publishing-docker-images). I still need to setup the build CI so that executables are available for download.
I don't think this will work at all because the application requires certain directories like the Python standard library and custom scripts and the folders.
This application uses IronPython which comes with its own implementation of the standard library. I have no clue if an installed one on the system can or will be used...
Hi, thanks for reporting this issue. I wil fix this in the next version. Best regards Christian
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.
Please share the build error you get. I can compile without issues.
That sounds strange to me. Please try with netstandard because I assume the following line may be the problem: https://github.com/chkr1011/CoAPnet/blob/master/Source/CoAPnet/Transport/TcpCoapTransportLayer.cs#L35 The tcp client is not set and not closed with...