<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Simracing on Pauls Blog</title><link>https://prule.github.io/pauls-blog/tags/simracing/</link><description>Recent content in Simracing on Pauls Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 22 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://prule.github.io/pauls-blog/tags/simracing/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating and releasing an application</title><link>https://prule.github.io/pauls-blog/post/coding/2026/creating-an-application/</link><pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate><guid>https://prule.github.io/pauls-blog/post/coding/2026/creating-an-application/</guid><description>&lt;h2 id="creating-and-releasing-an-application"&gt;Creating and releasing an application&lt;/h2&gt;
&lt;p&gt;I love sim racing, so I thought it would be an interesting exercise to create an application that makes use of Assetto Corsa Competizione (ACC) telemetry.&lt;/p&gt;
&lt;p&gt;The basic operation is this:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The client sends a registration message to ACC&lt;/li&gt;
&lt;li&gt;ACC replies and starts sending telemetry messages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This is all done over UDP.&lt;/p&gt;
&lt;h2 id="acc-messages"&gt;ACC messages&lt;/h2&gt;
&lt;p&gt;The first step was to create a library that could parse the message byte streams. There is a little bit of documentation in the way of some C# code and a &lt;code&gt;ServerAdminHandbook.pdf&lt;/code&gt; that can be found in the ACC installation.&lt;/p&gt;</description></item><item><title>Introduction to F1</title><link>https://prule.github.io/pauls-blog/post/simracing/2026/f1intro/</link><pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate><guid>https://prule.github.io/pauls-blog/post/simracing/2026/f1intro/</guid><description>&lt;h2 id="netflix"&gt;Netflix&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://www.netflix.com/au/title/80204890" target="_blank" rel="noopener"&gt;Drive to Survive&lt;/a&gt;
 is a great introduction to F1, where you can get to know something of the drivers and teams.
But you won&amp;rsquo;t learn much about the sport itself.&lt;/p&gt;
&lt;p&gt;&lt;img src="netflix-drive-to-survive.webp" alt="Drive to survive"&gt;&lt;/p&gt;
&lt;h2 id="podcasts"&gt;Podcasts&lt;/h2&gt;
&lt;p&gt;One of the best ways to catch up on a lot of information is via the &lt;a href="https://podcasts.apple.com/au/podcast/shift-f1-a-formula-1-podcast/id1091772717" target="_blank" rel="noopener"&gt;Shift-F1&lt;/a&gt;
 podcast. Every year at the beginning of the season they publish a Primer in which they&amp;rsquo;ll &amp;ldquo;explain how F1 works and who everybody is, all while assuming no prior knowledge of racing&amp;rdquo;. See the 2026 season primer &lt;a href="https://podcasts.apple.com/au/podcast/shift-f1-a-formula-1-podcast/id1091772717?i=1000751972438" target="_blank" rel="noopener"&gt;here&lt;/a&gt;
.&lt;/p&gt;</description></item></channel></rss>