smeshlink / CoAP.NET

A C# implementation of the CoAP protocol
open.smeshlink.com/CoAP.NET/
Other
159 stars 81 forks source link

CoAP.NET over compact Net Framework 3.5 #12

Open david-olori-coderoad opened 9 years ago

david-olori-coderoad commented 9 years ago

I was planning to run this library in windows mobile 6.1 with compact net framework 3.5, however I could not run in the mobile emulator , It requires libraries from compact .net Framework 4.0.

Does CoAP.NET supports .NET compact framework 3.5

longshine commented 9 years ago

Hi,

Sorry that we haven't run CoAP.NET on .NET CF yet. I think these following points might be the reasons that make your app stop working:

As for a solution, you may try these steps:

However, I'm not quite sure it will work or not. You may try the CoAPSharp (http://www.coapsharp.com/) lib for alternative.