Setting the Debug interface to ethernet on Hydra

Hi Support,

I am attempting to configure the debug interface on the Hydra to use Ethernet instead of USB,
and am getting an exception when attempting this programmatically.

 GHIElectronics.Gadgeteer.FEZHydra debugInt = new GHIElectronics.Gadgeteer.FEZHydra();
        debugInt.SetProgrammingMode(Gadgeteer.Mainboard.ProgrammingInterface.Network);

Error:
An unhandled exception of type ‘System.Exception’ occurred in GHIElectronics.Gadgeteer.FEZHydra.dll
Additional information: Not yet implemented

Is there plans to add this functionality? Is there any updates available for this?

Any help is appreciated,

Thanks!

Hydra is open source = use OSHW library not premium library.

These should help
http://www.ghielectronics.com/offers/
http://www.ghielectronics.com/catalog/compare/

We can surly look into adding it in future but this being open source, please feel free to contribute this feature.