-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Enable routing in lwIP config #1924
Comments
We can do this if we switch from Espressif-provided lwIP binary to a GCC-built one. Actually open source lwIP just became part of the SDK release (1.5.3), which is a good sign. |
I suppose that if you introduce switching (client-client), you can introduce routing(client-esp8266AP-esp8266STA-wifiAP)! |
We discussed about that in #3243. |
This is in fact a bug in lwip1.4. The issue's title should not be routing neither forwarding, it's the regular working way for two clients of the same AP to talk to each other. |
@d-a-v I think this should be fairly easy to test and close now with lwip2 merged, right? |
hi there I tried setting IP_FORWARD=1 both in lwip and lwip2 . I rebuilt the libs but with no succes any suggestions? |
@danielicy Can you explain what you are trying to achieve with IP_FORWARD ? To my knowledge IP_FORWARD is useful in two cases:
Are you in case 1 ? |
@d-a-v I'm trying to build a mesh network |
@d-a-v G_d bless you |
NAT is now available in lwIP v2 w/ features. So even when not using NAT, routing is enabled. |
Two clients using a esp8266 as AP cant talk to each other,
module, etc... not relevant tried multiple.
Apparently this functionality is not implemented.
It would be great if that could be added :D
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: