-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Route Wifi AP to PPPoS #8
Comments
Hi crismansantos did you find any solution ? |
Hey dude |
Thank for the reply ! |
In fact PPPoS works very well, it's not a problem. |
Hi Crisman, Thanks for your suggestion. I see that ARP implementation in esp-idf are you referring to the same or different one? https://github.com/espressif/esp-lwip/blob/2.0.3-esp/src/core/ipv4/etharp.c |
Hi there, |
Hi!
I'm trying route Wifi AP to PPPoS but until this moment nothing work! kakaka
First, I created a PPPoS client connection with a PPPoS server and PPP worked very well. So I created a Wifi AP and add pppapi_set_default function at the pppos client connection, but it's not worked.
I tryed set pppos to default interface with netif_set_default function but also not work
Can you help me?
Sorry for my english, I'm Brazilian kakaka
The text was updated successfully, but these errors were encountered: