-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
WebSocket-Actor by LS Instruments - Toolkit for LabVIEW Download
A high-level actor-based implementation of the WebSocket protocol
Version | 1.1.0.17 |
Released | Nov 30, 2024 |
Publisher | LS Instruments |
License | BSD-3-Clause license |
LabVIEW Version | LabVIEW>=21.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | oglib_error mgi_lib_error_handling gpower_lib_error oglib_time ls_instruments_ag_lib_lv_websockets |
Project links | Homepage Discussion |
Description
A library implementing high-level actor-based WebSocket communication. An actor can subscribe to a WebSocket Actor (either server or client) to facilitate WebSocket-based communication.
Main Features
* Fully Actor Framework Based
* Full WebSocket Compatibility
* Support for WebSocket resources
* Keepalive infrastructure
* Secure connection capabilities
Look at the LabVIEW example folder for a comprehensive set of examples.
Release Notes
- Implemented Keepalive functionality whereby a WebSocket client/server checks if the peer is still responding ("Alive") by sending WebSockets Ping messages to the peer on a certain time interval. The peer will answer with a WebSockets Pong message. If the answer is not received within a certain amount timeout the client/server will drop the connection.
- Implemented secure WebSocket connection capabilities.
- Implemented error generation, hanlding and reporting
- Improved palette structure
Recent Posts
websocket subscribing to yahoo.com services
Hello, I downloaded the package WebSocket Actor Core, it's working if I don't change anything… |
|