This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

implementation of my personal TCP/IP stack


Hello, eCos people !

I'm working on the implementation of the TCP/IP networking.

Today, i use the eCos kernel for MPC5567 (packages : net) , and it's
run correctly.
But, in this project, i want implementing my personal TCP/IP stack.

To resume, i have a FEC driver (fast Ethernet control) of my
evaluation board, my TCP/IP stack and the eCos environment.
I seek the entrance point in the environment eCos of the current eCos
stack (Net package).

I must keep the Ethernet driver, and implement my stack on the high
level of the driver (eth_drv.h).
How to connect my TCP/IP stack to the environment eCos?

Which configuration (packages) advise me to tackle this problem?

Thanks.
Best Regards,
James

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]