-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
IG Tiny TCP by Illuminated G - Toolkit for LabVIEW Download
Version | 1.0.2.7 |
Released | Apr 15, 2023 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
Description
Tiny TCP is a minimal library for performing point-to-point TCP messaging. That means you can send multiple data types through a single connection with different messages identified by a message ID string. This is similar to NI's STM library. In addition to the message management done by STM, this library also handles the TCP connection management and also makes it easy to enable TLS encryption.
Release Notes
1.0.2.7
Fix time units to mS in Wait for Connection.vi
1.0.1.6
Added missing Wait for Connection.vi to palette.
1.0.0.5
Fixed ability to handle plain strings as data types in messages.
- Updated Read Message.vim to be able to differentiate betwen cases of Data Type being unwired which should return the raw data and having a string type wired which should unflatten to remove the prepended string length. This changes the default behavior for an unwired Data Type input on Read Message.vim and will require wiring up a string type wire to the terminal when using a string data type in the message.