Open
Description
nanoFramework area: (System.Net )
Is your feature request related to a problem? Please describe.
Currently the low level driver in native code exists for the ENC28J60 but there is no way to start it up.
Describe the solution you'd like
Add some method to System.Net to pass in the SPI connection parameters and to initialise the Network interface in LWIP.
Could be generalized to init any SPI network adapter
Requires changes in System.Net and native code.
The ENC26J80 driver exists in nanoframework and can be enabled with the option NF_NETWORKING_ENC28J60