Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Program and Library for TCP Ethernet on Nios II

Hey,

I am programming on the Nios II Development Kit (Stratix II ) an Ethernet interface for a TCP send of 9 Mbytes/s.

My question is:

- where can i find the package of header files necessary for my application?

I need sys/socket.h, arpa/inet.h, netinet/in.h, ...

I don't want the LWIP files as this IP is too slow for my application and dedicated for it.

Thanks in advance.

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    originally posted by hippo@Mar 1 2006, 11:08 AM

    try find them from uclinux.

    <div align='right'><{post_snapback}> (index.php?act=findpost&pid=13008)

    --- quote end ---

    --- Quote End ---

    is network speed in lwIP faster than in uclinux?