-
Notifications
You must be signed in to change notification settings - Fork 306
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
Suggestion: Add more features to Web Interface #125
Comments
Hello, I've added portmap feature (forward ports) to the web interface I committed my code on this https://github.com/phucnguyentrong/esp32_nat_router , you can check here in case my pull request is not accepted :) Screenshot: |
@phucnguyentrong, Got it! |
@damienwolf07 Thanks, bro. It works like a charm But I have to change some lines of code, from "auto portmethodOK" to "int portmethodOK", etc... Since my compiler seems not understand "auto". Thanks again :) |
Sorry, I have a fix for that, I didn't have the time for looking what type the parameters were.
Yeah, but there is a reason why, the lines were all over the place and it was bothering me. |
I suggest that we add the ability to forward ports via the web interface and have the ability to scan for Wi-Fi networks via the serial console and web interface. Because the router could be remote and there is probably no way to use the serial console.
I have some knowledge of ESP-IDF and have compiled this firmware many times, All I need is some code to work with and I will probably get it working.
The text was updated successfully, but these errors were encountered: