Experienced on my Netduino Plus running firmware 4.2.0.1 on .NET MF 4.2.
The call to:
Tools.HardwareProvider.ToString()
In the SMTP_Client constructor returns "Netduino" for me. The SMTP_Client c...
Id #1259 | Release:
None
| Updated: May 9 at 2:35 AM by mcdori02 | Created: May 9 at 2:35 AM by mcdori02
"Setup.exe" is a (far too) common name for installers and can lead to confusion in the user's download folder. I suggest changing the binary's name to "NetMF Toolbox Setup.exe"
Id #1179 | Release:
None
| Updated: Apr 2 at 11:34 PM by sbehnke | Created: Apr 2 at 11:32 PM by unkwntech
The GetTime() method of DS1307 doesn't convert the values with a minimum string length, leading to an exception from Int.Parse due to the empty string, the code should probably be something like th...
Id #1126 | Release:
None
| Updated: Mar 13 at 2:42 AM by chuckhays | Created: Mar 13 at 2:42 AM by chuckhays
In order to send data to ThingSpeak the API documentation says you need to send an "X-THINGSPEAKAPIKEY" header. In order to send data to SmartEnergyGroups you need to send and HTTP PUT (a POST doe...
Id #1078 | Release:
None
| Updated: Feb 21 at 11:32 PM by Frogmore | Created: Jan 13 at 1:29 AM by Frogmore
Sites like ThingSpeak and SmartEnergyGroups use chunked transfer encoding instead of specifying the content length header. Since the current code does not understand this, the response has extra l...
Id #1077 | Release:
None
| Updated: Feb 21 at 11:32 PM by Frogmore | Created: Jan 13 at 1:20 AM by Frogmore
Since the test is using the length of the passed in header to get the substring of the headers in this._Headers, it can get an exception if the passed in header is longer than one of the response's...
Id #1076 | Release:
None
| Updated: Feb 21 at 11:32 PM by Frogmore | Created: Jan 13 at 1:12 AM by Frogmore
building an HTTP request which includes json requires the use of the quote delimiter backslash.
When you send a json request to a server, the server receives the request WITH the delimeters in plac...
Id #1074 | Release:
None
| Updated: Feb 21 at 11:32 PM by scoleman2272 | Created: Jan 11 at 10:32 PM by scoleman2272