Skip to content

Commit

Permalink
built 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Normandin committed Oct 30, 2020
1 parent a45726a commit 62672f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions MQTT Connection.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-25 15:56:47" Creator="normandinf" Comments="" ID="c9a17f5b48bc72a1980ac20a2fc2b34c">
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2020-10-30 19:02:55" Creator="normandinf" Comments="" ID="54a2c37dbecde289d320f51ba90939c6">
<Library_General_Settings>
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_Connection</Package_File_Name>
<Library_Version>3.1.2.21</Library_Version>
<Library_Version>3.1.3.22</Library_Version>
<Auto_Increment_Version>false</Auto_Increment_Version>
<Library_Source_Folder>source</Library_Source_Folder>
<Library_Output_Folder>.</Library_Output_Folder>
Expand All @@ -18,9 +18,9 @@
<Advanced_Settings>
<Package_Dependencies>
<External_Dependencies>labview_open_source_lib_serializer &gt;= 1.1.0.12</External_Dependencies>
<External_Dependencies>labview_open_source_project_lib_mqtt_control_packets &gt;= 3.1.1.7</External_Dependencies>
<External_Dependencies>labview_open_source_project_lib_mqtt_control_packets &gt;= 3.1.2.8</External_Dependencies>
<Direct_Dependencies>labview_open_source_lib_serializer-1.1.0.12</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_project_lib_mqtt_control_packets-3.1.1.7</Direct_Dependencies>
<Direct_Dependencies>labview_open_source_project_lib_mqtt_control_packets-3.1.2.8</Direct_Dependencies>
</Package_Dependencies>
<Custom_Action_VIs>
<Pre-Build_VI>Pre-Build Custom Action.vi</Pre-Build_VI>
Expand All @@ -39,8 +39,6 @@ https://github.com/LabVIEW-Open-Source/MQTT-Connection
This package consists the fundamental building blocks for building MQTT clients and servers:
- Abstract Connection
- Session
- Subscription
- Topic Filtering
- MQTT Base class to generically handle packets (overridable as client or server patterns)

It currently supports version 3.1.1 of the MQTT protocol (Protocol Level 4).
Expand All @@ -50,10 +48,8 @@ These classes can be used as the basis for client and server by providing a clea
<Copyright/>
<Packager/>
<URL>https://github.com/LabVIEW-Open-Source/MQTT-Connection</URL>
<Release_Notes>- Addition of public event for connection and disconnection
- Addition of "reason" code for disconnection
- Addition of "isSessionConnected" method to MQTT Base API
- Session now self-terminates inside the process (more consistent with fire &amp; forget nature of the session within the MQTT Base class)</Release_Notes>
<Release_Notes>- Subscription and TopicFilter classes have been moved to Server library
[MQTT-6.0.0-1] Added error 55031 for Protocol Violation of type "Text Frame received over Websockets"</Release_Notes>
</Description>
<Destinations>
<Toolkit_VIs>
Expand Down Expand Up @@ -390,7 +386,7 @@ These classes can be used as the basis for client and server by providing a clea
<Path>source\MQTT_Connection\Connection\isConnected.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>BA01242B14583832F922429F15091363</GUID>
<GUID>D87E64420DB5E36D491EE78F819998CF</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
<Library_Palette_Definition>
Expand Down Expand Up @@ -623,7 +619,7 @@ These classes can be used as the basis for client and server by providing a clea
<Path>source\MQTT_Base\Base Class\isSessionConnected.vi</Path>
<VI_Title/>
</Items_Data>
<GUID>4ED6664ABEEF9A67AE13E78D05383229</GUID>
<GUID>F40E2B07D91BD6FA7FF7738FE6A67679</GUID>
</Functions_Palette_Data>
</Library_Palette_Definition>
</VI_Package_Builder_Settings>
Binary file modified MQTT Connection.vipc
Binary file not shown.

0 comments on commit 62672f8

Please sign in to comment.