/WebSocket

AR library for WebSocket communications

Primary LanguageCMIT LicenseMIT

Info

Library is provided by Loupe
https://loupe.team
info@loupe.team
1-800-240-7042

Description

Allows for connections to WebSocket server or clients.

WebSockets are upgraded from HTTP connections which are built on top of TCP connections. Because of this, WebSocket library is built on top of TCPComm and sockets opened by one can be used by the other.

For more documentation and examples, see https://loupeteam.github.io/LoupeDocs/libraries/websocket.html

Installation

To install using the Loupe Package Manager (LPM), in an initialized Automation Studio project directory run lpm install websocket. For more information about LPM, see https://loupeteam.github.io/LoupeDocs/tools/lpm.html.

Licensing

This project is licensed under the MIT License.