<?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[WLAN client-server peer network Design Concern]]></title><description><![CDATA[<p dir="auto">I'm trying to implement a WiFi peer network so that two or more users can share resources. AFAIK Qt doesn't provide any class to turn on WiFi implicitly and/or explicitly advertise WiFi connections for the client to search and connect through. Any Ideas?</p>
<p dir="auto">Kind regards</p>
]]></description><link>https://forum.qt.io/topic/69658/wlan-client-server-peer-network-design-concern</link><generator>RSS for Node</generator><lastBuildDate>Wed, 23 Sep 2026 08:14:16 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/69658.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 Jul 2016 01:14:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WLAN client-server peer network Design Concern on Thu, 28 Jul 2016 11:51:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/herlarbee">@<bdi>herlarbee</bdi></a> said:</p>
<blockquote>
<p dir="auto">Network Broadcasting</p>
</blockquote>
<p dir="auto">hi<br />
I assume you mean something other that UDP?<br />
<a href="http://doc.qt.io/qt-5/qtnetwork-broadcastsender-example.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qtnetwork-broadcastsender-example.html</a></p>
<p dir="auto">This is often used to make auto connection.<br />
Server sends "Im server, ip etc" on some port and all clients<br />
listen to this port.<br />
When they see the Datagram, they read ip etc. and<br />
switch to tcp connection.</p>
]]></description><link>https://forum.qt.io/post/339719</link><guid isPermaLink="true">https://forum.qt.io/post/339719</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 28 Jul 2016 11:51:53 GMT</pubDate></item><item><title><![CDATA[Reply to WLAN client-server peer network Design Concern on Wed, 27 Jul 2016 11:19:15 GMT]]></title><description><![CDATA[<p dir="auto">WiFi works in two modes. They are;</p>
<ol>
<li>Network Discovery<br />
Qt appears to offer support for this using QNetworkConfigurationManager class as such a client can  search with a view connecting to the advertised IP and port.</li>
<li>Network Broadcasting<br />
AFAIK Qt doesn't provide this functionality, and this is key for networking over LAN without the use of the internet.<br />
I'm curious if such a library, code snippet or  code design pointers exist to fix this problem.<br />
So far I've not had any luck trying to implement one.</li>
</ol>
]]></description><link>https://forum.qt.io/post/339530</link><guid isPermaLink="true">https://forum.qt.io/post/339530</guid><dc:creator><![CDATA[herlarbee]]></dc:creator><pubDate>Wed, 27 Jul 2016 11:19:15 GMT</pubDate></item></channel></rss>