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

cd WebSocketGaugeServer/WebSocketServer
dotnet publish

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