Qgroundcontrol connect with rapberry pi over udp

Thank you for reading!!

I have Raspberry pi 3 B+(Raspbian) and qgroundcontrol(#QGC) in Laptop(windows10). I want connect QGC with Raspberry pi over udp.

Thank You !!

Hi,
What is your application ?

for drive ardurover with px4 architecture

This forum is focused on ArduSub, you might get better help at discuss.ardupilot.org.

But, since you are here…

The important piece of software to achieve this is mavproxy running with these parameters:
mavproxy.py --master=/dev/autopilot,115200 --out udpbcast:192.168.2.255:14550 (change IP and device) accordingly to your setup.