- Netduino Forums
- → Viewing Profile: Posts: yaksplat
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 5
- Profile Views 7282
- Member Title New Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
0
Neutral
User Tools
Friends
yaksplat hasn't added any friends yet.
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
There's just one socket in the project. I just reset my board using MFdeploy and it's still hanging on that line.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
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:
Any thoughts?
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
- Netduino Forums
- → Viewing Profile: Posts: yaksplat
- Privacy Policy