View on GitHub

WebSocketGaugeServer

Communicate Defi/SSM/Arduino sensor reader/ELM327 and castthe data on JSON+websocket format.

WebSocketGaugeServer - How to build

Requirement

OS

SDK

Run from source

Clone source repository and run following command.

cd WebSocketGaugeServer/WebSocketServer
dotnet run

Build with bundling runtime

Replace win-x64 with target os platform (linux-x64, linux-arm, linux-arm64)

cd WebSocketGaugeServer/WebSocketServers
dotnet publish -r win-x64 --self-contained

You can find compiled binary and runtimes on bin/Debug.

See https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish

Build Docker image

See Build-Docker.md