Skip to content

Commit

Permalink
- Addition of a PacketTracer virtual class for extension (notificatio…
Browse files Browse the repository at this point in the history
…n on each Incoming and Outgoing packets.

- Developed a new template for tracing example
  • Loading branch information
francois-normandin committed May 23, 2021
1 parent 0582aac commit 3d4de27
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 3 deletions.
1 change: 1 addition & 0 deletions 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
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 3d4de27

Please sign in to comment.