Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with EnableStaticDns() & EnableDynamicDns() Methods in NetworkInterface class #7

Open
TheTechnoGuy opened this issue Nov 3, 2015 · 0 comments

Comments

@TheTechnoGuy
Copy link

The EnableStaticDns() & EnableDynamicDns() methods in the NetworkInterface class both throw a NotImplementedException. Although the methods are implemented, there is an underlying method UpdateConfiguration() which throws the exception.

FYI - The InitializeNetworkInterfaceSettings() method is also unimplemented.

Please see Netduino.IP / Microsoft.SPOT.Net / NetworkInterface.cs.

The subject methods DO work on a Netduino Plus 2 (which uses the OLD networking stack).
They do NOT work on a Netduino 3 Wi-Fi or on the Netduino 3 Ethernet (which use Netduino.IP)

For more information see:
http://forums.netduino.com/index.php?/topic/12341-n3-ethernet-it-doesnt-work/

@TheTechnoGuy TheTechnoGuy changed the title Problems with EnableStaticDns() & EnableDynamicDns() Methods Problems with EnableStaticDns() & EnableDynamicDns() Methods in NetworkInterface class Nov 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant