Skip to content

Commit aac66ff

Browse files
Upgraded to common base connection class.
1 parent ae95ec3 commit aac66ff

11 files changed

+305
-335
lines changed

MQTT Websockets Connection.lvproj

Lines changed: 296 additions & 321 deletions
Large diffs are not rendered by default.

MQTT Websockets Connection.vipb

Lines changed: 9 additions & 14 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 20:28:40" Creator="normandinf" Comments="" ID="0d17f54b41e44e96ee1e5e0e48c06d98">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2019-04-01 18:34:00" Modified_Date="2022-05-07 15:21:10" Creator="normandinf" Comments="" ID="1ff433d2e636dd5d7a003210600d055b">
22
<Library_General_Settings>
33
<Package_File_Name>LabVIEW_Open_Source_Project_lib_MQTT_Websockets_Connection</Package_File_Name>
4-
<Library_Version>3.1.2.10</Library_Version>
4+
<Library_Version>4.0.0.11</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>
@@ -17,10 +17,11 @@
1717
</Library_General_Settings>
1818
<Advanced_Settings>
1919
<Package_Dependencies>
20-
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 3.1.2.20</External_Dependencies>
20+
<External_Dependencies>labview_open_source_project_lib_connection &gt;= 1.0.1.6</External_Dependencies>
21+
<External_Dependencies>labview_open_source_project_lib_mqtt_connection &gt;= 4.0.0.25</External_Dependencies>
2122
<External_Dependencies>mediamongrels_ltd_lib_websockets_api &gt;= 2.0.1.40</External_Dependencies>
22-
<Additional_External_Dependencies>labview_open_source_project_lib_labview_open_source_palette &gt;=1.0.0.1</Additional_External_Dependencies>
23-
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-3.1.2.20</Direct_Dependencies>
23+
<Direct_Dependencies>labview_open_source_project_lib_connection-1.0.1.6</Direct_Dependencies>
24+
<Direct_Dependencies>labview_open_source_project_lib_mqtt_connection-4.0.0.25</Direct_Dependencies>
2425
<Direct_Dependencies>mediamongrels_ltd_lib_websockets_api-2.0.1.40</Direct_Dependencies>
2526
</Package_Dependencies>
2627
<Custom_Action_VIs>
@@ -52,14 +53,7 @@ License: MIT License
5253
<Copyright/>
5354
<Packager/>
5455
<URL>https://github.com/LabVIEW-Open-Source/MQTT-Connection-Websockets</URL>
55-
<Release_Notes>[MQTT-6.0.0-1] Added "write text frame" to be used for unit testing
56-
[MQTT-6.0.0-1] Error 31 has been set as the code for receiving text frames
57-
[MQTT-6.0.0-3] Client includes subprotocol "mqtt" in send headers
58-
[MQTT-6.0.0-4] Server includes subprotocol "mqtt" in return headers
59-
60-
Known issue:
61-
- Websockets 2.0 API does not support case-insensitive headers, resulting in HiveMQ not being compatible for the moment. (https://github.com/MediaMongrels-Ltd/LabVIEW-WebSockets-API/issues/7)
62-
56+
<Release_Notes>Upgrade to common connection base class
6357
</Release_Notes>
6458
</Description>
6559
<Destinations>
@@ -195,6 +189,7 @@ Known issue:
195189
<close_labview_before_install>false</close_labview_before_install>
196190
<restart_labview_after_install>false</restart_labview_after_install>
197191
<skip_mass_compile_after_install>false</skip_mass_compile_after_install>
192+
<install_into_global_environment>false</install_into_global_environment>
198193
</LabVIEW>
199194
<VI_Docs>
200195
<Edit_VI_Description>false</Edit_VI_Description>
@@ -364,7 +359,7 @@ Known issue:
364359
<Path>source\MQTT_Websockets\Connection\Read Headers.vi</Path>
365360
<VI_Title/>
366361
</Items_Data>
367-
<GUID>8804263CBDE9B7D6092BEB926D26B3BE</GUID>
362+
<GUID>B77A546471FA49BDB62D348736CBCA7A</GUID>
368363
</Functions_Palette_Data>
369364
</Library_Palette_Definition>
370365
</VI_Package_Builder_Settings>

MQTT Websockets Connection.vipc

4.05 KB
Binary file not shown.
-320 Bytes
Binary file not shown.
-212 Bytes
Binary file not shown.
-372 Bytes
Binary file not shown.
Binary file not shown.
-52 Bytes
Binary file not shown.
-72 Bytes
Binary file not shown.
-44 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)