Enhanced Network Stack Library Description


The Enhanced Network Stack library contains updated networking code that improves performance and standards compliance as well as support for multiple PHYs.


Using the Library

The library is installed by adding a call to xnetstack_install() to any existing program. xnetstack_install() has to be called before rom_init(). No other changes are required. Example:

xnetstack_install();
init_rom(RAM_START, RAM_END);


Enhanced Network Stack Library Sample Application


Raw Socket Sample Application

The Raw Socket sample application shows how to open a raw socket and send a Wake on Lan packet.




Back to C Library Project Homepage