A project with LabVIEW VIs for compressing and decompression strings using dotNET and gzip.
The Project includes the following tools/VIs:
- Compress String.vi
- Custom GZipStream.vi
- Decompress String.vi
- Main.vi
- LabVIEW 2018 (32/64 bit)
- .NET Core 3.1
Main.vi:
Example VI that 5MB string of random characters and number to compress and decompress.
Compress String.vi:
Decompress String.vi: