martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.79k stars 905 forks source link

UDP packets outgoing from AP #430

Open alessandrocescon opened 3 years ago

alessandrocescon commented 3 years ago

I have a tello quadcopter connected as AP whith IP 192.168.10.1 which act as DHCP and set first client to 192.168.10.2. Tello :

I am triing to set an ESP8266 between the drone and the phone acting as wifirepeater

With the standard configuration my client has IP 192.168.4.2 (esp station has 192.168.4.1).

192.168.4.2<---->ESP STA 192.168.4.1 <---> ESP AP CLI 192.168.10.2 <---> TELLO DRONE 192.168.10.1

I am able to send commands from client 192.168.4.2 to the drone 192.168.10.1 at port 8889 but telemetry and streaming packets sent from drone to the client (8890 and 11111) seems don't reach the client. Is there any configuration to trasparently forward packets sent from drone to phone at ports 8890 and 11111?

This is packet capture .pcap (wireshark) when phone is direcly connected to tello

https://drive.google.com/file/d/1xmGxSNjP1M5lHcuhfpnldQ16ZL2WHG8A/view?usp=sharing

reiluke commented 3 years ago

same here, i want to extend my wifi with tello drone, i can control the drone but video is not working

UmutAlihan commented 1 year ago

same here any solution would be much appreciated

related: #143