Skip to content

Commit

Permalink
- Migration of project to use the MQTT Packages published (removed al…
Browse files Browse the repository at this point in the history
…l non-server code from repo)

- Unit Testing folder still references the Connection packages even though MQTT Broker is not dependening on them. This is to test Websockets and TCP connections
- Built 3.1.1
  • Loading branch information
francois-normandin committed Oct 22, 2020
1 parent 5ddf2ee commit ec00873
Show file tree
Hide file tree
Showing 111 changed files with 250 additions and 241 deletions.
30 changes: 15 additions & 15 deletions MQTT Broker.vipb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2020-10-19 15:38:34" Creator="normandinf" Comments="" ID="59040fded89bc91bbad6e1522aff24f9">
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2020-10-20 20:13:26" Creator="normandinf" Comments="" ID="e864d7836a2e2614406db17db95bdf6d">
<Library_General_Settings>
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_Broker</Package_File_Name>
<Library_Version>3.1.1.8</Library_Version>
<Library_Version>3.1.1.9</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>source</Library_Source_Folder>
<Library_Output_Folder>.</Library_Output_Folder>
Expand All @@ -17,13 +17,13 @@
</Library_General_Settings>
<Advanced_Settings>
<Package_Dependencies>
<External_Dependencies>labview_open_source_lib_data_manipulation &gt;= 1.2.3.10</External_Dependencies>
<External_Dependencies>labview_open_source_lib_serializer &gt;= 1.0.5.11</External_Dependencies>
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 3.1.1.6</External_Dependencies>
<External_Dependencies>labview_open_source_lib_data_manipulation &gt;= 1.3.0.12</External_Dependencies>
<External_Dependencies>labview_open_source_lib_serializer &gt;= 1.1.0.12</External_Dependencies>
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 3.1.1.13</External_Dependencies>
<External_Dependencies>labview_open_source_project_lib_mqtt_control_packets &gt;= 3.1.1.7</External_Dependencies>
<Direct_Dependencies>labview_open_source_lib_data_manipulation-1.2.3.10</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_lib_serializer-1.0.5.11</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-3.1.1.6</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_lib_data_manipulation-1.3.0.12</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_lib_serializer-1.1.0.12</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-3.1.1.13</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_project_lib_mqtt_control_packets-3.1.1.7</Direct_Dependencies>
</Package_Dependencies>
<Custom_Action_VIs>
Expand Down Expand Up @@ -201,9 +201,9 @@ A mechanism to notify interested parties when an abnormal disconnection occurs.<
<Syncing_MNU_file/>
</Controls_Palette_Information>
<Functions_Palette_Information>
<Virtual_Palette_Base_Path>Functions</Virtual_Palette_Base_Path>
<Palette_Disk_Base_Path>&lt;menus&gt;\Categories</Palette_Disk_Base_Path>
<Syncing_MNU_file/>
<Virtual_Palette_Base_Path>Functions\Addons\LabVIEW Open Source Project\MQTT\MQTT Client-Server</Virtual_Palette_Base_Path>
<Palette_Disk_Base_Path>&lt;vi.lib&gt;\addons\LabVIEW Open Source Project\MQTT\MQTT Client-Server</Palette_Disk_Base_Path>
<Syncing_MNU_file>&lt;vi.lib&gt;\addons\LabVIEW Open Source Project\MQTT\MQTT Client-Server\dir.mnu</Syncing_MNU_file>
</Functions_Palette_Information>
<Apply_Short_Names_to_VI_Titles>false</Apply_Short_Names_to_VI_Titles>
<Apply_Short_Names_to_VI_Titles_2>false</Apply_Short_Names_to_VI_Titles_2>
Expand Down Expand Up @@ -268,7 +268,7 @@ A mechanism to notify interested parties when an abnormal disconnection occurs.<
<Column>1</Column>
</Position>
<Icon>00000000</Icon>
<Path>source\MQTT_Server\Server class\Create Server.vi</Path>
<Path>source\Server class\Create Server.vi</Path>
<VI_Title/>
</Items_Data>
<Items_Data>
Expand All @@ -282,7 +282,7 @@ A mechanism to notify interested parties when an abnormal disconnection occurs.<
<Column>2</Column>
</Position>
<Icon>00000000</Icon>
<Path>source\MQTT_Server\Server class\Read Server Public Events.vi</Path>
<Path>source\Server class\Read Server Public Events.vi</Path>
<VI_Title/>
</Items_Data>
<Items_Data>
Expand All @@ -296,10 +296,10 @@ A mechanism to notify interested parties when an abnormal disconnection occurs.<
<Column>4</Column>
</Position>
<Icon>00000000</Icon>
<Path>source\MQTT_Server\DropVI_MQTT Server.vi</Path>
<Path>source\DropVI_MQTT Server.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>2013AC4088923A47DDE43C59E72ACF77</GUID>
<GUID>BC90A4A9138921F6ACA1C2D083C773F6</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>
Binary file modified MQTT Broker.vipc
Binary file not shown.
Loading

0 comments on commit ec00873

Please sign in to comment.