Skip to content

Commit 62672f8

Browse files
author
Francois Normandin
committed
built 3.1.3
1 parent a45726a commit 62672f8

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

MQTT Connection.vipb

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<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">
1+
<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">
22
<Library_General_Settings>
33
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_Connection</Package_File_Name>
4-
<Library_Version>3.1.2.21</Library_Version>
4+
<Library_Version>3.1.3.22</Library_Version>
55
<Auto_Increment_Version>false</Auto_Increment_Version>
66
<Library_Source_Folder>source</Library_Source_Folder>
77
<Library_Output_Folder>.</Library_Output_Folder>
@@ -18,9 +18,9 @@
1818
<Advanced_Settings>
1919
<Package_Dependencies>
2020
<External_Dependencies>labview_open_source_lib_serializer &gt;= 1.1.0.12</External_Dependencies>
21-
<External_Dependencies>labview_open_source_project_lib_mqtt_control_packets &gt;= 3.1.1.7</External_Dependencies>
21+
<External_Dependencies>labview_open_source_project_lib_mqtt_control_packets &gt;= 3.1.2.8</External_Dependencies>
2222
<Direct_Dependencies>labview_open_source_lib_serializer-1.1.0.12</Direct_Dependencies>
23-
<Direct_Dependencies>labview_open_source_project_lib_mqtt_control_packets-3.1.1.7</Direct_Dependencies>
23+
<Direct_Dependencies>labview_open_source_project_lib_mqtt_control_packets-3.1.2.8</Direct_Dependencies>
2424
</Package_Dependencies>
2525
<Custom_Action_VIs>
2626
<Pre-Build_VI>Pre-Build Custom Action.vi</Pre-Build_VI>
@@ -39,8 +39,6 @@ https://github.com/LabVIEW-Open-Source/MQTT-Connection
3939
This package consists the fundamental building blocks for building MQTT clients and servers:
4040
- Abstract Connection
4141
- Session
42-
- Subscription
43-
- Topic Filtering
4442
- MQTT Base class to generically handle packets (overridable as client or server patterns)
4543

4644
It currently supports version 3.1.1 of the MQTT protocol (Protocol Level 4).
@@ -50,10 +48,8 @@ These classes can be used as the basis for client and server by providing a clea
5048
<Copyright/>
5149
<Packager/>
5250
<URL>https://github.com/LabVIEW-Open-Source/MQTT-Connection</URL>
53-
<Release_Notes>- Addition of public event for connection and disconnection
54-
- Addition of "reason" code for disconnection
55-
- Addition of "isSessionConnected" method to MQTT Base API
56-
- Session now self-terminates inside the process (more consistent with fire &amp; forget nature of the session within the MQTT Base class)</Release_Notes>
51+
<Release_Notes>- Subscription and TopicFilter classes have been moved to Server library
52+
[MQTT-6.0.0-1] Added error 55031 for Protocol Violation of type "Text Frame received over Websockets"</Release_Notes>
5753
</Description>
5854
<Destinations>
5955
<Toolkit_VIs>
@@ -390,7 +386,7 @@ These classes can be used as the basis for client and server by providing a clea
390386
<Path>source\MQTT_Connection\Connection\isConnected.vi</Path>
391387
<VI_Title/>
392388
</Items_Data>
393-
<GUID>BA01242B14583832F922429F15091363</GUID>
389+
<GUID>D87E64420DB5E36D491EE78F819998CF</GUID>
394390
</Functions_Palette_Data>
395391
</Library_Palette_Definition>
396392
<Library_Palette_Definition>
@@ -623,7 +619,7 @@ These classes can be used as the basis for client and server by providing a clea
623619
<Path>source\MQTT_Base\Base Class\isSessionConnected.vi</Path>
624620
<VI_Title/>
625621
</Items_Data>
626-
<GUID>4ED6664ABEEF9A67AE13E78D05383229</GUID>
622+
<GUID>F40E2B07D91BD6FA7FF7738FE6A67679</GUID>
627623
</Functions_Palette_Data>
628624
</Library_Palette_Definition>
629625
</VI_Package_Builder_Settings>

MQTT Connection.vipc

150 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)