Use the simple http library from this thread. I have 2 way communication with my PI 3 using it. There are demos included and the author is very helpful if you have problems, just post questions in that thread.
I know this thread was started a few years ago but I was curious if any of the original contributors are still around and can let me know how reliable this configuration has been. I am looking to do something similar but I am going to be controlling aquatic systems, so reliability is key. I have als...
Are you running the insider preview version of IoT? If so there was a problem with the last insider preview update that killed I2C. (10.0.14366.0) You have to download the latest image and reflash to fix it. See this thread.
With 0.2.0.6? it should not have crashed, can you post the error message? It was before I upgraded to 0.2.0.6 and was the same error as before, I will let you know if I get any more crashes with the latest version. I agree, and actually, there are plans! I was working on extended data source suppor...
I am happy to get bug reports, it leads to more reliable code, so don't worry about it. :) Well you will be pleased to know I have installed a new router, so Maybe I won't crash your software so much. ;) Connection drops are a bit random and hard to test; my test Win IoT have been connected to inte...
Thanks again for the update, and I am sorry to keep doing this to you but I had another crash today. (My network is playing up, and I think it's time for a new router!) Crash happened after the network dropped... Exception thrown: 'System.Runtime.InteropServices.COMException' in HttpServer.dll WinRT...
I had another error last night, which I think happened after my PC dropped off the network.(It was connected to the Pi3 at the time) An existing connection was forcibly closed by the remote host. at System.IO.StreamOperationAsyncResult.ThrowWithIOExceptionDispatchInfo(Exception e) at System.IO.Strea...
Hello, I checked what could happen and there are two possibilities for this bug. Either client closed the connection before the server could send a reply or there was problem with processing the request that caused the exception in the HttpRequest.Init() method. Same issue could also cause server t...
Hello, I checked what could happen and there are two possibilities for this bug. Either client closed the connection before the server could send a reply or there was problem with processing the request that caused the exception in the HttpRequest.Init() method. Same issue could also cause server t...
First off, let me say thanks for sharing this great project. It has made it very easy for me to monitor and control my Pi from the network. I have had a couple of instances where it has crashed though. The first time, I think was when my internet connection dropped, and I stupidly didn't make a note...