Dialup
From ReactOS
| | This page is a candidate for speedy deletion If you disagree with its speedy deletion, please explain why on its talk page.
Watch also the Criteria for speedy deletion! |
Dial up isn't a high priority for ReactOS, as dial up is going away in the next 5 years or so with the advent of broadband and other meaning of networking but PPPoE will of course still be around a while to come. Here is some research for anyone who is interested in taking it on.
On a basic level I believe (I could be wrong please edit out my mistakes) what you would need is:
- WINSOCK (TCP/IP) - internet --> semi complete
- PPP stack - conn. with ISP --> Exists but not configured for ROS
- WAN (PPP/SLIP) Interface - NDIS miniport driver --> not started
- TAPI - Telephone API --> API for dialup
- kernel driver for serial port - COM1 --> semi complete
- Reactos Kernel - Windows compatible OS --> semi complete
Links
- Microsoft PPP info - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcedial/html/cmconpppimplementationinwindowsce.asp
- win32 PPP stack - http://groups-beta.google.com/group/fm.announce/msg/c0329386acd23d7b?q=slirp+cygwin
- PPP NDIS info - http://groups-beta.google.com/group/comp.protocols.ppp/msg/ae0164d3a41ec283
- TAPI for NT 4.0 - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dntapi/html/msdn_tapiwp.asp
- Freeware serial port driver - http://debian.lcs.mit.edu/pub/winsite/winnt/programr/Tinypo22.zip
- win32 i/o ports programming - http://www.lvr.com/parport.htm#Programming
- Free hyperterm - http://hp.vector.co.jp/authors/VA002416/teraterm.html
- Testing modem connection - http://help.expedient.com/dialup/hyperterminal.shtml

