-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
LabPack by Field R&D Services - Toolkit for LabVIEW Download
Version | 1.0.0.12 |
Released | Nov 17, 2017 |
Publisher | Field R&D Services |
License | BSD |
LabVIEW Version | LabVIEW>=17.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage Documentation Repository |
Description
A library for encoding and decoding MessagePack data.
Release Notes
1.0.0.12
(Nov 17, 2017)
# [1.0.0] - 2017-11-13
## Added
- Help documentation.
- Descriptions to all controls and indicators for all public VIs.
- Example of using the high level VIs (`To Msgpack` and `From Msgpack`).
- Example of using the lower level `Writer` and `Reader` classes.
- Shared libraries for Windows 32-bit, Windows 64-bit, macOS, Linux, NI Linux RT x86-64, and NI Linux RT ARM targets.
- The top-level `To Msgpack` VI that converts anything into MessagePack binary data.
- The top-level `From Msgpack` VI that converts MessagePack binary data into a schema.
- The `Writer` class for low-level encoding of MessagePack binary data.
- The `Reader` class for low-level decoding of MessagePack binary data.
volks73
was a contributor to this release