Skip to content

loupeteam/WebSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Library is provided by Loupe
https://loupe.team
[email protected]
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.