-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial break from the MQTT broker base code
palette arrangement update + example
- Loading branch information
1 parent
b3b8527
commit d7263eb
Showing
27 changed files
with
601 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Libraries | ||
*.lvlibp | ||
*.llb | ||
|
||
# Shared objects (inc. Windows DLLs) | ||
*.dll | ||
*.so | ||
*.so.* | ||
*.dylib | ||
|
||
# Executables | ||
*.exe | ||
|
||
# Metadata | ||
*.aliases | ||
*.lvlps | ||
.cache/ | ||
*.vip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Zero-Clause BSD | ||
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
|
||
https://opensource.org/licenses/0BSD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Project Type="Project" LVVersion="13008000"> | ||
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property> | ||
<Item Name="My Computer" Type="My Computer"> | ||
<Property Name="server.app.propertiesEnabled" Type="Bool">true</Property> | ||
<Property Name="server.control.propertiesEnabled" Type="Bool">true</Property> | ||
<Property Name="server.tcp.enabled" Type="Bool">false</Property> | ||
<Property Name="server.tcp.port" Type="Int">0</Property> | ||
<Property Name="server.tcp.serviceName" Type="Str">My Computer/VI Server</Property> | ||
<Property Name="server.tcp.serviceName.default" Type="Str">My Computer/VI Server</Property> | ||
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property> | ||
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property> | ||
<Property Name="specify.custom.address" Type="Bool">false</Property> | ||
<Item Name="MQTT Client.lvlib" Type="Library" URL="../source/MQTT Client.lvlib"/> | ||
<Item Name="Dependencies" Type="Dependencies"> | ||
<Item Name="vi.lib" Type="Folder"> | ||
<Item Name="Clear Errors.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Clear Errors.vi"/> | ||
<Item Name="Default MQTT Packet (Empty).vi" Type="VI" URL="/<vilib>/LabVIEW Open Source Project/MQTT Control Packets/Control Packets/ControlPacket/Default MQTT Packet (Empty).vi"/> | ||
<Item Name="Error Cluster From Error Code.vi" Type="VI" URL="/<vilib>/Utility/error.llb/Error Cluster From Error Code.vi"/> | ||
<Item Name="MD5Checksum core.vi" Type="VI" URL="/<vilib>/Utility/MD5Checksum.llb/MD5Checksum core.vi"/> | ||
<Item Name="MD5Checksum format message-digest.vi" Type="VI" URL="/<vilib>/Utility/MD5Checksum.llb/MD5Checksum format message-digest.vi"/> | ||
<Item Name="MD5Checksum pad.vi" Type="VI" URL="/<vilib>/Utility/MD5Checksum.llb/MD5Checksum pad.vi"/> | ||
<Item Name="MD5Checksum string.vi" Type="VI" URL="/<vilib>/Utility/MD5Checksum.llb/MD5Checksum string.vi"/> | ||
<Item Name="MQTT Base.lvlib" Type="Library" URL="/<vilib>/LabVIEW Open Source Project/MQTT Connection/MQTT_Base/MQTT Base.lvlib"/> | ||
<Item Name="MQTT_Connection.lvlib" Type="Library" URL="/<vilib>/LabVIEW Open Source Project/MQTT Connection/MQTT_Connection/MQTT_Connection.lvlib"/> | ||
<Item Name="MQTT_Control_Packets.lvlib" Type="Library" URL="/<vilib>/LabVIEW Open Source Project/MQTT Control Packets/Control Packets/MQTT_Control_Packets.lvlib"/> | ||
<Item Name="OpenDescriptor.lvlib" Type="Library" URL="/<vilib>/LabVIEW Open Source Project/Data Manipulation/TypeDescriptor/OpenDescriptor.lvlib"/> | ||
<Item Name="OpenVariant.lvlib" Type="Library" URL="/<vilib>/LabVIEW Open Source Project/Data Manipulation/Variant/OpenVariant.lvlib"/> | ||
<Item Name="Serializer.FlattenedString.lvclass" Type="LVClass" URL="/<vilib>/LabVIEW Open Source Project/Serializer/Serializer.FlattenedString/Serializer.FlattenedString.lvclass"/> | ||
<Item Name="Serializer.lvclass" Type="LVClass" URL="/<vilib>/LabVIEW Open Source Project/Serializer/Serializer/Serializer.lvclass"/> | ||
<Item Name="VariantType.lvlib" Type="Library" URL="/<vilib>/Utility/VariantDataType/VariantType.lvlib"/> | ||
</Item> | ||
</Item> | ||
<Item Name="Build Specifications" Type="Build"/> | ||
</Item> | ||
</Project> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Library LVVersion="13008000"> | ||
<Property Name="NI.Lib.Icon" Type="Bin">%Q#!!!!!!!)!"1!&!!!-!%!!!@````]!!!!"!!%!!!(]!!!*Q(C=\>7R=2MR%!81N=?"5X<A91M</W-,<'&<9+K1,7Q,<)%N<!NMA3X)DW?-RJ(JQ"I\%%Z,(@`BA#==ZB3RN;]28_,V7@P_W`:R`>HV*SU_WE@\N_XF[3:^^TX\+2YP)D7K6;G-RV3P)R`ZS%=_]J'XP/5N<XH,7V\SEJ?]Z#5P?=J4HP+5JTTFWS%0?=B$DD1G(R/.1==!IT.+D)`B':\B'2Z@9XC':XC':XBUC?%:HO%:HO&R7QT0]!T0]!S0I4<*<)?=:XA-(]X40-X40-VDSGC?"GC4N9(<)"D2,L;4ZGG?ZH%;T>-]T>-]T?.S.%`T.%`T.)^<NF8J4@-YZ$S'C?)JHO)JHO)R>"20]220]230[;*YCK=ASI2F=)1I.Z5/Z5PR&)^@54T&5TT&5TQO<5_INJ6Z;"[(H#>ZEC>ZEC>Z$"(*ETT*ETT*9^B)HO2*HO2*(F.&]C20]C2)GN4UE1:,.[:/+5A?0^NOS?UJ^3<*\9B9GT@7JISVW7*NIFC<)^:$D`5Q9TWE7)M@;V&D,6;M29DVR]6#R],%GC47T9_/=@>Z5V>V57>V5E>V5(OV?^T[FTP?\`?YX7ZRP6\D=LH%_8S/U_E5R_-R$I>$\0@\W/VW<[_"<Y[X&],0^^+,]T_J>`J@_B_]'_.T`$KO.@I"O[^NF!!!!!!</Property> | ||
<Property Name="NI.Lib.SourceVersion" Type="Int">318799872</Property> | ||
<Property Name="NI.Lib.Version" Type="Str">1.0.0.0</Property> | ||
<Property Name="NI.LV.All.SourceOnly" Type="Bool">true</Property> | ||
<Item Name="Client.lvclass" Type="LVClass" URL="../Client class/Client.lvclass"/> | ||
<Item Name="DropVI_ClientExampleCode.vi" Type="VI" URL="../DropVI_ClientExampleCode.vi"/> | ||
<Item Name="Session.Client.lvclass" Type="LVClass" URL="../Session.Client/Session.Client.lvclass"/> | ||
</Library> |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.