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.

yaksplat's Content

There have been 5 items by yaksplat (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#16983 .NET Gadgeteer availibility

Posted by yaksplat on 23 August 2011 - 04:22 PM in General Discussion

I'm interested when this becomes available.



#3858 Simple Netduino Webserver

Posted by yaksplat on 13 October 2010 - 07:13 PM in Netduino Plus 2 (and Netduino Plus 1)

Do you create multiple sockets? Does it die on the first socket creation...or after creating a few? If after a few, are you disposing of the old sockets?

Chris

There's just one socket in the project. I just reset my board using MFdeploy and it's still hanging on that line.

After that unsuccessful run, then i try to re-deploy and i get a "device not found or cannot be opened" error. The program randomly deploys after that.



#3854 Simple Netduino Webserver

Posted by yaksplat on 13 October 2010 - 04:26 PM in Netduino Plus 2 (and Netduino Plus 1)

Sometimes this project runs fine. Then other times it dies on this line:
newSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);


Any thoughts?



#3842 Simple Netduino Webserver

Posted by yaksplat on 13 October 2010 - 02:42 PM in Netduino Plus 2 (and Netduino Plus 1)

Very awesome! I just got this running on my newly arrived netduino plus. It works great, well done. I just added a few lines to get the static IP.
            NetworkInterface[] networkInterfaces = NetworkInterface.GetAllNetworkInterfaces();
            foreach (NetworkInterface networkInterface in networkInterfaces) 
            {
                networkInterface.EnableStaticIP("x.x.x.x", "255.255.255.0", "x.x.x.x");
                Debug.Print("Gateway Address: " + networkInterface.GatewayAddress);
                Debug.Print("IP Address: " + networkInterface.IPAddress); 
                Debug.Print("Subnet mask " + networkInterface.SubnetMask); 
            }



#3133 Wait...what's this?

Posted by yaksplat on 28 September 2010 - 06:35 PM in Netduino Plus 2 (and Netduino Plus 1)

I just ordered it from proto advantage at 10:30 this morning. It shipped at 1:45. It's definately in stock. http://www.proto-adv...tduino_plus.php




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.