- Added tcp_nat.py to handle TCP NAT, implementing the three-way handshake, data flow, and connection state management. - Introduced udp_nat.py for UDP NAT, managing chip-initiated datagrams and maintaining flow state. - Created integration tests in test_picow_net_bridge.py to validate the functionality of the TCP and UDP NAT implementations, including ARP, DHCP, ICMP, and DNS interactions. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_compilation.py | ||
| test_esp32c3_emulation.py | ||
| test_esp32c3_wifi_e2e.py | ||
| test_picow_net_bridge.py | ||
| test_simulation.py | ||
| test_wifi_webserver_e2e.py | ||