Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20705 Discussions

DE2-115 ethernet-to-PC

Altera_Forum
Honored Contributor II
1,356 Views

Hi , 

 

Is there a example for DE2-115 board to have 2-way communication via ethernet with a PC . Or if someone can suggest any tutorial to build such a SOC design on this board . An example that dosent require gateway in between . 

 

Thanks
0 Kudos
4 Replies
Altera_Forum
Honored Contributor II
376 Views

Take any example that includes ethernet and build simple socket server from examples in Eclipse

0 Kudos
Altera_Forum
Honored Contributor II
376 Views

And what should i run on PC a sniffer or a server application ? 

My PC has vista on it , so when nios wants to establish a comm link , how will it get a ip address , vista will assign to it or do i have write some application for that ?
0 Kudos
Altera_Forum
Honored Contributor II
376 Views

Assign a static address to the application and recompile the example project. Since the example is called "Simple Socket SERVER", so You need a client on PC. You may also run a sniffer to check packets.

0 Kudos
Altera_Forum
Honored Contributor II
376 Views

Hi , 

 

I see four example projects in web_server folder : 

DE2_115_WEB_SERVER_MII_ENET0 

DE2_115_WEB_SERVER_MII_ENET1 

DE2_115_WEB_SERVER_RGMII_ENET0 

DE2_115_WEB_SERVER_RGMII_ENET1 

 

Which one is the socket server ?
0 Kudos
Reply