Skip to content

Releases: gilmaimon/ArduinoWebsockets

0.2.0

24 Feb 16:47
daa2530
Compare
Choose a tag to compare

User-Facing interface is now done with Arduino's String class. Merged more changes (mainly optimizations) from TinyWebsockets.

0.1.5

21 Feb 21:23
e711fb9
Compare
Choose a tag to compare

Bug Fixes.
Exposes a single string connect interface.

0.1.3

20 Feb 00:22
Compare
Choose a tag to compare

Users now dont have to specify TCP client types (ESP8266/ESP32) they are selected automatically.

0.1.2

16 Feb 15:42
Compare
Choose a tag to compare

New:

  • Esp32 added (now supports ESP32 and ESP8266)
  • More examples

Patched:

  • More accurate RFC conformation
  • Listening to events aswell as messages

0.1.0

14 Feb 12:54
Compare
Choose a tag to compare

Initial working beta version.
Only has WebsocketsClient implemented.
Supports only ESP8266.