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

Member Since 28 Sep 2010
Offline Last Active Oct 23 2015 11:28 AM
-----

Posts I've Made

In Topic: .NET Gadgeteer availibility

23 August 2011 - 04:22 PM

I'm interested when this becomes available.

In Topic: Simple Netduino Webserver

13 October 2010 - 07:13 PM

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.

In Topic: Simple Netduino Webserver

13 October 2010 - 04:26 PM

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


Any thoughts?

In Topic: Simple Netduino Webserver

13 October 2010 - 02:42 PM

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); 
            }

In Topic: Wait...what's this?

28 September 2010 - 06:35 PM

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.