<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Additional UDP Port Setting]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I would like to have one more additional port to communicate VOXL2 from my laptop.<br />
This is the current <code>voxl-mavlink-server.conf</code></p>
<pre><code>{
	"primary_static_gcs_ip":	"10.223.0.4",
	"primary_static_gcs_ip_port":	14550,
	"secondary_static_gcs_ip":	"10.223.0.4",
	"secondary_static_gcs_ip_port":	14600,
	"onboard_port_to_autopilot":	14556,
	"onboard_port_from_autopilot":	14557,
	"gcs_port_to_autopilot":	14558,
	"gcs_port_from_autopilot":	14559,
	"en_external_uart_ap":	false,
	"autopilot_uart_bus":	1,
	"autopilot_uart_baudrate":	921600,
	"autopilot_mission_delay_start":	-1,
	"autopilot_mission_delay_sound":	false,
	"autopilot_mission_force_restart":	0,
	"autopilot_mission_notif_dur":	0.1,
	"en_external_ap_timesync":	1,
	"en_external_ap_heartbeat":	1,
	"udp_mtu":	512,
	"gcs_timeout_s":	4.5
}
</code></pre>
<p dir="auto">I am using <code>14550</code> for QGC and <code>14600</code> for MAVROS.<br />
Is it possible to have one more UDP port for MAVSDK? I would like to run mavsdk from my laptop by running <code>await drone.connect(system_address="udp://:14xxx")</code></p>
<p dir="auto">Please let me know.<br />
I would like to know if the following explanation is true;<br />
<code>Up to 16 simultaneous external UDP connections can be established with voxl-mavlink-server. These can be connections to qGroundControl, MAVROS, MAVSDK, or any custom software on the same network as VOXL. </code><br />
in <a href="https://docs.modalai.com/mavlink/#mavlink-routing-on-voxl" rel="nofollow ugc">https://docs.modalai.com/mavlink/#mavlink-routing-on-voxl</a></p>
]]></description><link>https://forum.modalai.com/topic/5262/additional-udp-port-setting</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 08:22:40 GMT</lastBuildDate><atom:link href="https://forum.modalai.com/topic/5262.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Jun 2026 04:59:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Additional UDP Port Setting on Wed, 17 Jun 2026 04:19:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/14">@Eric-Katzfey</a><br />
Thank you for your answer.<br />
In my setup, is it possible to have one more UDP port for MAVSDK?<br />
How can I have an additional simultaneous external UDP connection?</p>
]]></description><link>https://forum.modalai.com/post/26165</link><guid isPermaLink="true">https://forum.modalai.com/post/26165</guid><dc:creator><![CDATA[voxltester]]></dc:creator><pubDate>Wed, 17 Jun 2026 04:19:07 GMT</pubDate></item><item><title><![CDATA[Reply to Additional UDP Port Setting on Mon, 15 Jun 2026 15:19:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.modalai.com/uid/586">@voxltester</a> The primary and secondary ip / port configurations are for destinations. voxl-mavlink-server will initiate connections to those. For incoming connections just send to port 14550. voxl-mavlink-server is listening on that port. When an incoming message from a new ip / port combo comes in it will store that and consider that a new connection. If you use drone.connect it is waiting for voxl-mavlink-server to connect to it rather than attempting to connect to voxl-mavlink-server on it's own.</p>
]]></description><link>https://forum.modalai.com/post/26109</link><guid isPermaLink="true">https://forum.modalai.com/post/26109</guid><dc:creator><![CDATA[Eric Katzfey]]></dc:creator><pubDate>Mon, 15 Jun 2026 15:19:23 GMT</pubDate></item></channel></rss>