Skip to content

Commit

Permalink
Merge branch 'release/3.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-normandin committed May 24, 2021
2 parents 045cd24 + 77819b3 commit 04ec6cb
Show file tree
Hide file tree
Showing 16 changed files with 111 additions and 15 deletions.
52 changes: 41 additions & 11 deletions MQTT Broker.vipb

Large diffs are not rendered by default.

Binary file modified MQTT Broker.vipc
Binary file not shown.
4 changes: 3 additions & 1 deletion MQTT-Broker.lvproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
</Item>
<Item Name="MQTT Server.lvlib" Type="Library" URL="../source/MQTT Server.lvlib"/>
<Item Name="DropVI_MQTT Server.vi" Type="VI" URL="../source/DropVI_MQTT Server.vi"/>
<Item Name="DropVI_MQTT Server_Tracing.vi" Type="VI" URL="../source/DropVI_MQTT Server_Tracing.vi"/>
<Item Name="Dependencies" Type="Dependencies">
<Item Name="vi.lib" Type="Folder">
<Property Name="NI.SortType" Type="Int">1</Property>
Expand Down Expand Up @@ -508,6 +509,7 @@
<Item Name="Open URL in Default Browser (string).vi" Type="VI" URL="/&lt;vilib&gt;/Platform/browser.llb/Open URL in Default Browser (string).vi"/>
<Item Name="Open URL in Default Browser core.vi" Type="VI" URL="/&lt;vilib&gt;/Platform/browser.llb/Open URL in Default Browser core.vi"/>
<Item Name="Open URL in Default Browser.vi" Type="VI" URL="/&lt;vilib&gt;/Platform/browser.llb/Open URL in Default Browser.vi"/>
<Item Name="OpenConvert.lvlib" Type="Library" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Data Manipulation/Conversions/OpenConvert.lvlib"/>
<Item Name="OpenDescriptor.lvlib" Type="Library" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Data Manipulation/TypeDescriptor/OpenDescriptor.lvlib"/>
<Item Name="OpenSerializer.lvlib" Type="Library" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/OpenSerializer/OpenSerializer.lvlib"/>
<Item Name="OpenVariant.lvlib" Type="Library" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Data Manipulation/Variant/OpenVariant.lvlib"/>
Expand Down Expand Up @@ -557,7 +559,7 @@
<Item Name="whitespace.ctl" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/whitespace.ctl"/>
</Item>
<Item Name="TRef FinderCallback.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/traverseref.llb/TRef FinderCallback.vi"/>
<Item Name="Run Tests in Active Project.vi" Type="VI" URL="../../../../Program Files (x86)/National Instruments/LabVIEW 2013/project/Caraya/Run Tests in Active Project.vi"/>
<Item Name="Run Tests in Active Project.vi" Type="VI" URL="../../../../../../../../Program Files (x86)/National Instruments/LabVIEW 2013/project/Caraya/Run Tests in Active Project.vi"/>
</Item>
<Item Name="Build Specifications" Type="Build"/>
</Item>
Expand Down
Binary file modified source/ConnectionHandler/Create Connection Handler.vi
Binary file not shown.
Binary file modified source/DropVI_MQTT Server.vi
Binary file not shown.
Binary file added source/DropVI_MQTT Server_Tracing.vi
Binary file not shown.
1 change: 1 addition & 0 deletions source/MQTT Server.lvlib
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
<Item Name="PacketCollection.lvclass" Type="LVClass" URL="../PacketCollection/PacketCollection.lvclass">
<Property Name="NI.LibItem.Scope" Type="Int">2</Property>
</Item>
<Item Name="PacketTracer.lvclass" Type="LVClass" URL="../PacketTracer/PacketTracer.lvclass"/>
</Library>
43 changes: 43 additions & 0 deletions source/PacketTracer/PacketTracer.lvclass

Large diffs are not rendered by default.

Binary file added source/PacketTracer/onIncomingPacket.vi
Binary file not shown.
Binary file added source/PacketTracer/onOutgoingPacket.vi
Binary file not shown.
Binary file modified source/Server class/Handle Incoming Packets.vi
Binary file not shown.
Binary file modified source/Server class/Launch Connection Handler.vi
Binary file not shown.
Binary file added source/Server class/Read PacketTracer.vi
Binary file not shown.
26 changes: 23 additions & 3 deletions source/Server class/Server.lvclass

Large diffs are not rendered by default.

Binary file added source/Server class/Write PacketTracer.vi
Binary file not shown.
Binary file modified source/Server class/process.vi
Binary file not shown.

0 comments on commit 04ec6cb

Please sign in to comment.