3

I'm looking for a way to set up a SLIP connection in Windows 7. I found these instructions for setting it up under Windows XP, but I can't seem to figure out if it's possible under 7.

More info on SLIP if you're unfamiliar with it.

Thanks for your help.

EDIT: I'm using SLIP for a two-way radio link with some custom hardware, where PPP is just overkill. Thanks for your help.

Bob Somers
  • 223
  • 3
  • 11

2 Answers2

0

I'd say your out of luck. Best bet is to run XP in a virtual machine on windows 7 & get it running that way. I too am curious, what are you using SLIP for? & why can't you use PPP?

Nick Kavadias
  • 10,758
  • 7
  • 36
  • 47
  • SLIP has little overhead in comparison to PPP, though not *that* much overhead. If working packet radio however you want to be old-school and save as much as possible. I always liked SLIP, it just *seemed* faster than PPP working telnet at 9600 baud. – Jé Queue Nov 27 '09 at 23:57
0

A couple of thoughts:

  • You would probably want CSLIP rather than SLIP (7 byte overhead vs 40)
  • You probably want PPP anyway since PPP does compression of the message body, unless either your packets will be very small or you know that the packet radio system is doing compression of its own. Error detection may also be a factor (SLIP lacks it)
  • What are you going to be connecting to? Don't forget that both ends will need to support your protocol.
fencepost
  • 972
  • 6
  • 10