library.properties 546 B

123456789
  1. name=ArduinoWebsockets
  2. version=0.5.0
  3. author=Gil Maimon <mail.gilmaimon@gmail.com>
  4. maintainer=Gil Maimon <mail.gilmaimon@gmail.com>
  5. sentence=A library for writing modern Websockets applications with Arduino.
  6. paragraph=Featuring modern callbacks (supports lambdas) and a minimal interface. Contains a websockets Client and Server. Supports all features of the RFC (pings, pongs, binary and text data, error codes) and WSS (Websockets over SSL).
  7. category=Communication
  8. url=https://github.com/gilmaimon/ArduinoWebsockets
  9. includes=ArduinoWebsockets.h