Programming the Ethernet JD11D module

i just bought a fez starter kit. with a JD11D module. looking for the right library to program this thing , ther are a lot to choose from.

these trhee

GHIElectronics.NETMF.Net Supports network-related items.
GHIElectronics.NETMF.Net.NetworkInformation Provides information about network interfaces and enables your applications to control them.
GHIElectronics.NETMF.Net.Sockets Provides types for bidirectional, interprocess communication over a network.

this following guide is about the panda ethernetport

chaper 6 : 6. FEZ TCP/IP Networking Sockets

can i use this FEZ TCP/IP Netorking sockets info also for the JD11D module ?

http://www.ghielectronics.com/downloads/FEZ/FEZ_Internet_of_Things_Book.pdf

is there someting alike for the jd11d module ?

C:\Program Files (x86)\GHI Electronics\GHI NETMF v4.1 SDK\Assemblies\GHIElectronics.NETMF.W5100.dll

is this the one for the jd11d module ?

it includes the first 3 libraries ?

Those tutorials are more meant for the PandaII. The W5100 libraries are meant for the board and shield in that kit.

If you want to use Gadgeteer, you can check this example out to get started with the module: http://gadgeteer.codeplex.com/SourceControl/changeset/view/18532#160234

The cool thing about Gadgeteer is that it will add all of the assemblies that you need for your project, so all you have to worry about is the code for your project.

Hi wetlip and welcome to the community
Do you mean the Fez Spider kit? This includes the JD11 module? If so then have a look here on the codeshare site. Here is an example http://www.tinyclr.com/codeshare/entry/367

If it is the spider kit then its best to start with the geetting stared guide which can be found here GHI Electronics – Where Hardware Meets Software

thank you , i have done the first projekt of the getting started guide but that smells for more , a saying in my native language. okay , i dont have to reference other libraries then which are loaded that is clear now.