dchristl / esp32_nat_router_extended

a simple ESP32 NAT Router with some additional features
308 stars 60 forks source link

Bandwidth Controller or Load Balance #108

Closed adi160885 closed 8 months ago

adi160885 commented 8 months ago

your application is very impressive, can you add a "Bandwidth Controller" to regulate Mbps or "Load balance", it might be very useful, thank you sir

dchristl commented 8 months ago

Hello @adi160885 ,

this is sadly not possible, because the framework (and maybe the hardware, too) of the ESP32 doesn't support this.

adi160885 commented 8 months ago

What a shame, I use 4 ESP32 modules, all the average speed only reaches 3 -> 5 Mbps, is there something wrong with my ESP32 module, but if I use "gjroots ESP32-NAT Router +" the speed reaches 10 -> 14 Mbps. thank you in advance for answering my question 🙏

dchristl commented 8 months ago

The routing code of this project and gjroot's one are based on martin-gers work, so there should be no difference.

adi160885 commented 8 months ago

Thank you for your answer, your project is very good