Skip to content

Converts chunks received over TCP connections to web socket data which is forwarded to svelte UI

Notifications You must be signed in to change notification settings

Sense-Scape/TCP_Websocket_Adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go_TCP_Websocket_Adapter

Summary

This application listens on a TCP connection for TimeChunk JSON bytes. It will accumulated them, extract the JSON data and then transmit it on a web socket to a Svelte kit UI

Routines

The routines folder contains descriptions of the routines used by this program

Block Diagram

graph TD;
    TCPRxModuleRoutine-->WebSocketRoutine;
Loading

About

Converts chunks received over TCP connections to web socket data which is forwarded to svelte UI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages