Re: [ppp][chap]
- From: "Gustlik[MoC]" <gustlik.orc@xxxxxxxxx>
- Date: Sat, 10 Sep 2005 12:49:49 +0200
Hi
> Why are you writing PPP from scratch anyway? There are several good
> sources to work from.
Yes, but write this in c++ to the PC is the first step. Next step will be
write
the same program to microprocesor(I want use old cellular to connect uP to
the internet, something like little monitoring)
> For what it's worth, your AHDLC unescaping routine should *ALSO* strip
> off the FCS. The design needs some improvement here.
Yes. It work's good (i negiotiate LCP before CHAP )
> First off, the 'length' is the length of the overall message, starting
> with the "Code" field. For the message above it should be:
>
> 1 - Code
> 1 - Id
> 2 - Length
> 1 - value size
> 16 - value
> 16 - name
> --
> 37
Hmmm name's length is 16?? why? login is: erainternet (11octets) and in
RFC 1996 about a name write "The name field is one or more octets...."
> Secondly, the value computed isn't right. The right value is:
>
> 3C B5 BA 1A 34 EC CE 8C 92 D4 8C DE 39 42 00 EC
What a shame:(..it's my mistake. Now MD5 work's good, but my packets are
still silently discarded.
Best Regards
.
- Follow-Ups:
- Re: [ppp][chap]
- From: James Carlson
- Re: [ppp][chap]
- References:
- [ppp][chap]
- From: Gustlik[MoC]
- Re: [ppp][chap]
- From: James Carlson
- Re: [ppp][chap]
- From: Gustlik[MoC]
- Re: [ppp][chap]
- From: James Carlson
- [ppp][chap]
- Prev by Date: for jarrad: really excellent news groups - umpi - (1/1)
- Next by Date: Re: [ppp][chap]
- Previous by thread: Re: [ppp][chap]
- Next by thread: Re: [ppp][chap]
- Index(es):
Relevant Pages
|