Sign Up

WebSocket-Actor by LS Instruments - Toolkit for LabVIEW Download

A high-level actor-based implementation of the WebSocket protocol

D Discussion Watch * 0 ↓153
 logo
Version1.1.0.17
ReleasedNov 30, 2024
Publisher LS Instruments
License BSD-3-Clause license
LabVIEW VersionLabVIEW>=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

1.1.0.17 (Nov 30, 2024)

- 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

andreav-lsi was a contributor to this release


Download Package

Versions
All Contributors

  Post an Idea   Post a Resource

Recent Posts

Forum Posts

websocket subscribing to yahoo.com services
Hello, I downloaded the  package WebSocket Actor Core, it's  working if I don't change anything…