<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>qrencode &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/qrencode/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Mon, 27 Nov 2023 14:29:54 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>qrencode &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Aufbau eines WIFI &#8211; (QR)Codes</title>
		<link>https://www.systemtechnics.de/aufbau-eines-wifi-qrcodes/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Thu, 23 Mar 2023 04:50:00 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[qrcode]]></category>
		<category><![CDATA[qrencode]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wlan]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3528</guid>

					<description><![CDATA[Hier mal ein kleiner Merker für mich wie man einen WIFI (Verbindung- QR)Code sich erstellen kann.Der Code zum verbinden eines [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Hier mal ein kleiner Merker für mich wie man einen WIFI (Verbindung- QR)Code sich erstellen kann.<br />Der Code zum verbinden eines WLAN ist wie folgt aufgebaut:</p>
<ul>
<li style="list-style-type: none;">
<ol>
<li>WIFI: Service Tag</li>
<li>T: Transmission (WPA, WEP, nopass)</li>
<li>S: SSID (Leerzeichen sind möglich!)</li>
<li>P: Password</li>
<li>H: Hidden/visible – true/false</li>
</ol>
</li>
</ul>



<p>Auf der Konsole lässt sich z.B. mit <strong>qrencode</strong> (brew install qrencode)  ganz einfach einen QR Code erstellen.</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">echo "WIFI:T:WPA;S:Indernet;P:SuperGeheimesPasswort;;" | qrencode -t ansiutf8</pre>



<p>In dem Beispiel ist es </p>
<ol>
<li>WIFI</li>
<li>T = WPA</li>
<li>SSID = Indernet</li>
<li>Das Passwort für das WLAN</li>
<li>Ist sichtbar (muss nichts eingetragen werden)</li>
</ol>
<p>Wer mag kann es natürlich auch als PNG-Bilddatei gleich abspeichern.</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">echo "WIFI:T:WPA;S:Indernet;P:SuperGeheimesPasswort;;" | qrencode -t png -o wifi-indernet.png</pre>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="725" src="https://www.systemtechnics.de/wp-content/uploads/WIFIQR-1024x725.png" alt="" class="wp-image-3529" srcset="https://www.systemtechnics.de/wp-content/uploads/WIFIQR-1024x725.png 1024w, https://www.systemtechnics.de/wp-content/uploads/WIFIQR-300x212.png 300w, https://www.systemtechnics.de/wp-content/uploads/WIFIQR-768x544.png 768w, https://www.systemtechnics.de/wp-content/uploads/WIFIQR.png 1364w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Anschließend lässt sich der QR Code mit dem Mobil-Telefon scannen und das WLAN sich verbinden.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
