velxio/backend/app/services/picow_net
David Montero Crespo 89c9d7c6c6 Implement TCP and UDP NAT services for chip-initiated connections
- 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.
2026-04-29 08:43:41 -03:00
..
__init__.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
arp.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
bridge.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
checksums.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
consts.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
dhcp.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
dns.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
icmp.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
protocols.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
tcp_nat.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00
udp_nat.py Implement TCP and UDP NAT services for chip-initiated connections 2026-04-29 08:43:41 -03:00