
- Netduino Forums
- → Viewing Profile: Posts: Adam Clifford
The Netduino forums have been replaced by new forums at community.wildernesslabs.co.
This site has been preserved for archival purposes only
and the ability to make new accounts or posts has been turned off.
Community Stats
- Group Members
- Active Posts 18
- Profile Views 5696
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
0
Neutral
User Tools
Friends
Adam Clifford hasn't added any friends yet.
Posts I've Made
In Topic: serializing a class to json
12 June 2012 - 10:15 PM
This is a great, after lots of headaches with the netduino helpers library this worked great.
I just removed the serializing items as i had no need for them

In Topic: Socket Exception
08 June 2012 - 07:04 PM
these are the exceptions
- e {System.Net.WebException} System.Exception {System.Net.WebException} + InnerException {System.Net.Sockets.SocketException} System.Exception {System.Net.Sockets.SocketException} m_HResult 4278190080 int {uint}
In Topic: Socket Exception
07 June 2012 - 04:52 PM
Here is the url I am trying to get to
var url = "http://www.adam-clifford.co.uk/api/values/GetTweetHeaders/efc5adb9f17040e1bcbade6e210a467b";
In Topic: Socket Exception
07 June 2012 - 01:43 PM
Hi Nak,
I have tried the http_Client and I got the same response, I cant remember the full request URL off of the top of my head as i am in work, but i will respond when I get home in a couple of hours.
Adam
In Topic: Socket Exception
07 June 2012 - 10:14 AM
Hi Mario,
The service is currently on the web, it is a simple REST service that returns JSON based on the requests.
My Netduino is trying to consume it.
the point at which I get the error is
the inner exception is of type SocketExeption.
Adam
The service is currently on the web, it is a simple REST service that returns JSON based on the requests.
My Netduino is trying to consume it.
the point at which I get the error is
using (var response = (HttpWebResponse)request.GetResponse())it errors out and doesn't hit the next lines.
the inner exception is of type SocketExeption.
Adam
- Netduino Forums
- → Viewing Profile: Posts: Adam Clifford
- Privacy Policy