- 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. |
||
|---|---|---|
| .. | ||
| esp-idf-template | ||
| picow_net | ||
| __init__.py | ||
| arduino_cli.py | ||
| chip_compile.py | ||
| esp32_i2c_slaves.py | ||
| esp32_lib_bridge.py | ||
| esp32_lib_manager.py | ||
| esp32_worker.py | ||
| esp_qemu_manager.py | ||
| espidf_compiler.py | ||
| gpio_shim.py | ||
| metrics.py | ||
| picow_net_bridge.py | ||
| project_files.py | ||
| qemu_manager.py | ||
| wasm_chip_runtime.py | ||
| wasm_chip_slave.py | ||
| wifi_status_parser.py | ||