Netduino home hardware projects downloads community

Jump to content


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.

Adam Clifford

Member Since 31 Jan 2011
Offline Last Active Oct 28 2013 09:49 PM
-----

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
using (var response = (HttpWebResponse)request.GetResponse())
it errors out and doesn't hit the next lines.

the inner exception is of type SocketExeption.

Adam

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.