WangTao_ESP

Results 36 comments of WangTao_ESP

@ch-fb sorry for late reply you can try this patch [0001-fix-lwip-Modify-the-DHCP-offer-and-DHCP-ack-from-bro.zip](https://github.com/user-attachments/files/16410480/0001-fix-lwip-Modify-the-DHCP-offer-and-DHCP-ack-from-bro.zip) In the original code, DHCP Server uses IP broadcast address to send DHCP OFFER and DHCP ACK. Actually, The...

@ch-fb you can update idf to 5.2 where this feature has been added

@m986883511 sorry for late reply you can use udp example and change ip address to255.255.255.255 or network segment address+255

@lozaning @ESP32DE can you provide the idf commit ,in master iperf ,we don.t have band command and in our code band 2 means 5g ,band 1 means 2.4g ![image](https://github.com/user-attachments/assets/ef681240-8c73-46cb-8071-8a8fea5a6962)

> @hansw123 > > test with 5G, setup as AP and setup as simple (tcp) server - default port - no success > > ![grafik](https://private-user-images.githubusercontent.com/16070445/367105807-b5114661-30cc-46f7-8486-a42d247260aa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjYyMTE5ODEsIm5iZiI6MTcyNjIxMTY4MSwicGF0aCI6Ii8xNjA3MDQ0NS8zNjcxMDU4MDctYjUxMTQ2NjEtMzBjYy00NmY3LTg0ODYtYTQyZDI0NzI2MGFhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA5MTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwOTEzVDA3MTQ0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVmMjdkMTBmOWNmODlmNDI4N2Y4NzZlNTVjYzI0MzM2ZjJjNjBiNTcyNWE5ZjljN2U5YWIxNTRhYWNjYWFhZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.MQAdC1eoUpEEUarr3LBjdIuG3_Zr-gw8XcrS1qEMlIQ) > > test with 2G,...

@ESP32DE very very sorry for late reply, Thank you very much for your feedback on the problem, your test steps are the most detailed and conscientious I've ever seen!I can...

@ESP32DE This is an issue we always deal with at a very high priority. It's safe to assume now that the firmware you got is relatively early and does have...

@ESP32DE maybe you can try 34813ecd6ce44bc6c42274ded2f9043434384645 this commit and use iperf example retest. Some of the issues you mentioned have been found internally and fixed on this release

@ESP32DE My commit point for this was before #14540 (comment). Also chose this point to make sure that some of the wifi fixes have been merged.