Opened 18 years ago
Last modified 4 weeks ago
#923 assigned enhancement
add dial-up (phone line) modem support
Reported by: | wkornewald | Owned by: | phoudoin |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Network & Internet/PPP | Version: | R1/pre-alpha1 |
Keywords: | Cc: | thotypous@… | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
We'll need:
- VJC (compression) support for IPCP
- HDLC
- maybe Link Quality Monitoring
- PPP device module for modems
There is a non-working module in our repos which could be used as a starting point.
Change History (8)
comment:1 by , 17 years ago
Milestone: | R1 Network Stack → R1 |
---|---|
Owner: | removed |
comment:2 by , 16 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → in-progress |
comment:4 by , 12 years ago
Status: | in-progress → assigned |
---|
follow-up: 6 comment:5 by , 12 years ago
comment:6 by , 12 years ago
Yes, it does. The old PPP stack is in need to be ported to our current network API, which patch in #812 is doing, or trying to do (I didn't have time to check it yet). This ticket is about supporting dialup device, on which most of the time PPP stack is then bound.
I've just update status to its current value, as I'm not currently working on it, as this status could have one think I was. Nothing more.
comment:7 by , 10 years ago
Milestone: | R1 → Unscheduled |
---|
Moving PPP related tickets out of R1 milestone (Prop #2).
comment:8 by , 4 weeks ago
I created a forum thread about this, with examples and source code references: https://discuss.haiku-os.org/t/codes-and-references-for-ppp-implementation/15749/
By the way, some weeks ago in #812 was massive PPP-related contribution - does it related to this task?