/EspSigK

SignalK Library for ESP

Primary LanguageC++

EspSigK

This library helps you get started with Signal K. It handles the common tasks needed to serve Signal K data from an ESP device. Currently the library provides the following:

  • Wifi Connection/reconnection
  • mDNS/SSDP Discovery
  • Hosts a small webpage to display deltas
  • Websocket Server
  • Websocket Client, with auto discovery of Signal K Server
  • Sending deltas with one or more values

Dependencies:

  • ArduinoJson
  • ArduinoWebsockets

To do:

  • Receive deltas and pass message to callback function