PPP support(over serial) for esp-idf v2.0
Posted: Mon Sep 04, 2017 10:10 am
hello,
i'm curious about a statement which is provided in updated menuconfig options' list in the latest idf.
inside menuconfig -
component config ---> LWIP ----> Enable PPP support (new/experimental)
when i query a ''help'' for this option i am seeing a message showing me following lines on my console :
[img] [/img]
following lines are pretty obscure :
1. ppp over serial functionality is supported or not?]
2. i'm using idf v2.0 and i wanna used pppos functionality.
For my idf version no such ppp enabling option is provided in menuconfig.
will pppos work for my version too?
3. if support is not availble(for v2.0), then is there any patch or somethis so that i could enable this support?
4. & if availble, could we users get the example code(if available) for PPPos?
I know, inside components\lwip\include\lwip\lwip\opt.h i can enable PPP_SUPPORT macro and hence PPPOS_SUPPORT will also come alive;
like this can i start using pppos?
ESP_team and any one who are having answeres to the listed questions,
kindly, give your important comments.
thanks.
i'm curious about a statement which is provided in updated menuconfig options' list in the latest idf.
inside menuconfig -
component config ---> LWIP ----> Enable PPP support (new/experimental)
when i query a ''help'' for this option i am seeing a message showing me following lines on my console :
[img] [/img]
following lines are pretty obscure :
so, my questions are :Enable PPP stack. Now only PPP over serial is possible.
PPP over serial support is experimental and unsupported.
1. ppp over serial functionality is supported or not?]
2. i'm using idf v2.0 and i wanna used pppos functionality.
For my idf version no such ppp enabling option is provided in menuconfig.
will pppos work for my version too?
3. if support is not availble(for v2.0), then is there any patch or somethis so that i could enable this support?
4. & if availble, could we users get the example code(if available) for PPPos?
I know, inside components\lwip\include\lwip\lwip\opt.h i can enable PPP_SUPPORT macro and hence PPPOS_SUPPORT will also come alive;
like this can i start using pppos?
ESP_team and any one who are having answeres to the listed questions,
kindly, give your important comments.
thanks.