<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>The Blog (Posts by Pierre-Antoine Brameret)</title><link>https://blog.systerel.fr/</link><description>Pierre-Antoine was a former development engineer at Systerel.</description><atom:link href="https://blog.systerel.fr/authors/pierre-antoine-brameret.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:contact@systerel.fr"&gt;Systerel&lt;/a&gt; </copyright><lastBuildDate>Mon, 09 Mar 2026 17:07:48 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Securing IIoT communications using OPC UA PubSub and Trusted Platform Modules</title><link>https://blog.systerel.fr/posts/2023-01/securing-iiot-communications-using-opc-ua-pubsub-and-trusted-platform-modules/</link><dc:creator>Olivier Gilles, Daniel Gracia-Perez, Pierre-Antoine Brameret, Vincent Lacroix</dc:creator><description>&lt;div&gt;&lt;p&gt;&lt;a href="https://blog.systerel.fr/images/opcua_pubsub_tpm/lock.png" class="image-reference"&gt;&lt;img src="https://blog.systerel.fr/images/opcua_pubsub_tpm/lock.thumbnail.png" class="float-right"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the Industry 4.0 context, data are a valuable asset that must be protected.
OPC UA PubSub enables secure and interoperable solutions, but authentication
of &lt;abbr title="Industrial Internet of Things"&gt;IIoT&lt;/abbr&gt; devices remains a sensitive issue. This article presents a novel approach based
on open source software, using a Trusted Platform Module to protect secrets on
devices, and evaluate the security level on a predictive maintenance use case.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://blog.systerel.fr/posts/2023-01/securing-iiot-communications-using-opc-ua-pubsub-and-trusted-platform-modules/"&gt;Read more…&lt;/a&gt; (47 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>opcua</category><category>s2opc</category><guid>https://blog.systerel.fr/posts/2023-01/securing-iiot-communications-using-opc-ua-pubsub-and-trusted-platform-modules/</guid><pubDate>Thu, 05 Jan 2023 11:23:15 GMT</pubDate></item><item><title>Publish-Subscribe Pattern 2/2</title><link>https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern-2/</link><dc:creator>Pierre-Antoine Brameret</dc:creator><description>&lt;div&gt;&lt;p&gt;This post is the second in the series. The &lt;a class="reference external" href="https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern/"&gt;previous one&lt;/a&gt; described the Publish/Subscribe pattern and
analysed &lt;em&gt;MQTT&lt;/em&gt;, &lt;em&gt;MQTT-SN&lt;/em&gt; and &lt;em&gt;DDS&lt;/em&gt; specifications. This article will
continue the analysis of other protocols including &lt;em&gt;OPC-UA PubSub&lt;/em&gt;, according
to the characteristics highlighted in &lt;a class="reference external" href="https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern/#characteristics"&gt;previous post&lt;/a&gt;.&lt;/p&gt;
&lt;span class="target" id="publish-subscribe1-2"&gt;&lt;/span&gt;&lt;p&gt;&lt;a href="https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern-2/"&gt;Read more…&lt;/a&gt; (7 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><guid>https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern-2/</guid><pubDate>Mon, 27 Jan 2020 08:33:00 GMT</pubDate></item><item><title>Publish-Subscribe Pattern 1/2</title><link>https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern/</link><dc:creator>Pierre-Antoine Brameret</dc:creator><description>&lt;div&gt;&lt;p&gt;This series of two posts presents an overview of the Publish/Subscribe pattern
and analyses the features of some Pub/Sub implementations.&lt;/p&gt;
&lt;div class="section" id="what-is-pub-sub-1"&gt;
&lt;span id="publish-subscribe1-2"&gt;&lt;/span&gt;&lt;h2&gt;What is Pub/Sub? &lt;a class="footnote-reference brackets" href="https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern/#id9" id="id1"&gt;1&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The publish subscribe pattern is a &lt;em&gt;messaging pattern&lt;/em&gt;, where
&lt;em&gt;publishers&lt;/em&gt; publish messages to topics and &lt;em&gt;subscribers&lt;/em&gt; subscribe to
topics to receive messages. In this pattern, publishers and subscribers
are not directly connected to each other (loosely coupling).&lt;/p&gt;
&lt;p&gt;&lt;a href="https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern/"&gt;Read more…&lt;/a&gt; (8 min remaining to read)&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;</description><guid>https://blog.systerel.fr/posts/2020-01/publish-subscribe-pattern/</guid><pubDate>Mon, 27 Jan 2020 08:30:00 GMT</pubDate></item><item><title>Mininet and Performance Evaluation</title><link>https://blog.systerel.fr/posts/2020-01/mininet/</link><dc:creator>Pierre-Antoine Brameret</dc:creator><description>&lt;div&gt;&lt;p&gt;&lt;a href="https://blog.systerel.fr/images/mininet.png" class="image-reference"&gt;&lt;img src="https://blog.systerel.fr/images/mininet.thumbnail.png" class="float-right"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mininet.org"&gt;Mininet&lt;/a&gt;&lt;a href="https://web.archive.org/web/20190705162410/http://mininet.org/"&gt;&lt;i class="icon-wa"&gt;&lt;/i&gt;&lt;/a&gt; is a network emulator.
With Mininet, it is possible to create virtual hosts linked through virtual switches and links.
Programs are executed on a single &lt;abbr title="Premier niveau d'abstraction dans la spécification d'un module B"&gt;machine&lt;/abbr&gt;, but on different virtual hosts.
This creates a network test bench which emulates complex (possibly corrupted or degraded) topologies.&lt;/p&gt;
&lt;p&gt;As network emulation is run on a single &lt;abbr title="Premier niveau d'abstraction dans la spécification d'un module B"&gt;machine&lt;/abbr&gt;, it is easy to automate tests and run them frequently.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://blog.systerel.fr/posts/2020-01/mininet/"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>s2opc</category><guid>https://blog.systerel.fr/posts/2020-01/mininet/</guid><pubDate>Tue, 14 Jan 2020 13:10:28 GMT</pubDate></item></channel></rss>