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]
Other format: [Raw text]

Re: Getting SLIP lwIP to work against Windows


> - Creating a SLIP connection under Windows is a bit more difficult :-)
> Here is what I did.

I think that the 'direct cable connection' on windows over which slip
and ppp  can run uses a handshake at the beginning. CLIENT is sent by
the host and CLEINTSERVER is to be received from lwip I think or
the other way around. Quoting a mail by Mark Cullen May/2003 on
lwip-users
 I hope this helps


Hello

True slip does not need to do any negotiation but direct cable
connection does.

If you Windows box is initiating the connection it will send the word
CLIENT to the lwip box, it will expect the lwip box to reply with
CLIENTSERVER (no space between them). When it gets that it will connect
and start pumping out slip packets.

If you set a fixed IP address for the connection in the windows box that
should be all you need to do.

-- 
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]