Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWant to run NicheStack under NIOS ISS
I would like to use the NIOS ISS to run my "C" code instead of the actual Altera development board (it's not available to me at the moment). My code uses the NicheStack TCP functions (like "connect")...
Altera_Forum
Honored Contributor
14 years agoI'm pretty sure the ISS will not simulate a Ethernet interface, so you can't run the stack on a simulator.
But the Interniche stack uses the standard BSD sockets API that you also find on Unix or Windows, so nothing prevents you from testing your code on your native platform with a regular C compiler instead.