I am amazed by your excellent work. I see the UDP listener is listening to any addresses to get the video feedback. But you will be connected to the Tello which means there will be only one. I found to change the IP address of the Tello in TelloLib/Tello.cs connect() method. It could work for 1 Tello. However, is there any workaround that I can test to connect multiple Tellos and control them by selecting with a button(e.g. click button 1= select Tello 1, button 2 = Tello 2) on my joystick(I am using Logitech 3D Pro. I added it on your project and it works) and sending the video feed simultaneously? I tested to control swarms by giving the IP addresses of them on Python and it works. They are connected to the same network. But, I am not sure how to manage it on your project. Do you mind could you please give me any idea?
Hi,
I am amazed by your excellent work. I see the UDP listener is listening to any addresses to get the video feedback. But you will be connected to the Tello which means there will be only one. I found to change the IP address of the Tello in TelloLib/Tello.cs connect() method. It could work for 1 Tello. However, is there any workaround that I can test to connect multiple Tellos and control them by selecting with a button(e.g. click button 1= select Tello 1, button 2 = Tello 2) on my joystick(I am using Logitech 3D Pro. I added it on your project and it works) and sending the video feed simultaneously? I tested to control swarms by giving the IP addresses of them on Python and it works. They are connected to the same network. But, I am not sure how to manage it on your project. Do you mind could you please give me any idea?