This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: PPP?



>> You may find its more work taking out TCP etc, than leaving it there
>> and not use it.

>You mean download the latest OpenBSD from www.openbsd.org and use
>their UDP/IP?

The network stack in eCos is derived from OpenBSD.

Pick up the versions of if_ppp.c, if_ppp.h and if_pppvar.h from
OpenBSD that are tagged with 'kame_19991208'.

You will need to modify the upper interface of if_ppp.c to match the
other eCos protocols (if_loop.c is probably a good example), then
modify the lower interface to talk to your RFCOMM interface instead of
a ttysw interface.

Robert Swindells



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