<?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>socketcan Archives - PragmaticLinux</title>
	<atom:link href="https://www.pragmaticlinux.com/tag/socketcan/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.pragmaticlinux.com/tag/socketcan/</link>
	<description>Tutorials for getting things done in Linux</description>
	<lastBuildDate>Wed, 18 Jan 2023 11:21:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.pragmaticlinux.com/wp-content/uploads/2020/04/cropped-siteicon-32x32.png</url>
	<title>socketcan Archives - PragmaticLinux</title>
	<link>https://www.pragmaticlinux.com/tag/socketcan/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CAPLin framework to build a SocketCAN node application in C</title>
		<link>https://www.pragmaticlinux.com/2021/11/caplin-framework-to-build-a-socketcan-node-application-in-c/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=caplin-framework-to-build-a-socketcan-node-application-in-c</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Sun, 28 Nov 2021 10:54:49 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[socketcan]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1323</guid>

					<description><![CDATA[<p>The SocketCAN functionality, combined with the can-utils programs, enable you to view, interact and analyze the CAN bus traffic on Linux. However, these tools are &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2021/11/caplin-framework-to-build-a-socketcan-node-application-in-c/">CAPLin framework to build a SocketCAN node application in C</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to create a virtual CAN interface on Linux</title>
		<link>https://www.pragmaticlinux.com/2021/10/how-to-create-a-virtual-can-interface-on-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-a-virtual-can-interface-on-linux</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Fri, 22 Oct 2021 08:27:46 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[socketcan]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1277</guid>

					<description><![CDATA[<p>A virtual CAN interface is the perfect solution when developing CAN nodes, without needing an actual physical CAN bus. Think of a virtual CAN interface &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2021/10/how-to-create-a-virtual-can-interface-on-linux/">How to create a virtual CAN interface on Linux</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>CAN communication on the Raspberry PI with SocketCAN</title>
		<link>https://www.pragmaticlinux.com/2021/10/can-communication-on-the-raspberry-pi-with-socketcan/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=can-communication-on-the-raspberry-pi-with-socketcan</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Tue, 12 Oct 2021 20:05:11 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[raspberrypi]]></category>
		<category><![CDATA[socketcan]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1261</guid>

					<description><![CDATA[<p>Looking for a way to connect your Raspberry PI to a Controller Area Network (CAN) bus? With the help of the low-cost Waveshare RS485/CAN hat, &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2021/10/can-communication-on-the-raspberry-pi-with-socketcan/">CAN communication on the Raspberry PI with SocketCAN</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Automatically bring up a SocketCAN interface on boot</title>
		<link>https://www.pragmaticlinux.com/2021/07/automatically-bring-up-a-socketcan-interface-on-boot/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=automatically-bring-up-a-socketcan-interface-on-boot</link>
		
		<dc:creator><![CDATA[PragmaticLinux]]></dc:creator>
		<pubDate>Tue, 20 Jul 2021 19:31:27 +0000</pubDate>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[socketcan]]></category>
		<category><![CDATA[systemd]]></category>
		<guid isPermaLink="false">https://www.pragmaticlinux.com/?p=1114</guid>

					<description><![CDATA[<p>Working with Controller Area Network (CAN) on your Linux PC? Through the SocketCAN kernel modules, Linux supports CAN quite well. It can be a bit &#8230; </p>
<p>The post <a href="https://www.pragmaticlinux.com/2021/07/automatically-bring-up-a-socketcan-interface-on-boot/">Automatically bring up a SocketCAN interface on boot</a> appeared first on <a href="https://www.pragmaticlinux.com">PragmaticLinux</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
