Skip to content

Releases: espressif/esp-protocols

eppp-v0.1.1

28 May 14:37
39dfe26
Compare
Choose a tag to compare

0.1.1

Bug Fixes

  • Make some common netif options configurable (7829e8f)

mdns-v1.3.1

14 May 12:26
c9439bd
Compare
Choose a tag to compare

1.3.1

Bug Fixes

wifi_remote-v0.2.1

07 May 20:56
e25b2a1
Compare
Choose a tag to compare

0.2.1

Bug Fixes

  • Added misc wifi API in eppp impl (93256d1)
  • Updated eppp dependency not to use fixed version (3a48c06)

eppp-v0.1.0

07 May 17:49
e011188
Compare
Choose a tag to compare

0.1.0

Features

  • Added CI job to build examples and tests (7eefcf0)

Bug Fixes

  • Fixed to select PPP LWIP opts which are OFF by default (16be2f9)
  • Example to use iperf component from the registry (bd6b66d)
  • Fixed defalt config designated init issue in C++ (8bd4712)

wifi_remote-v0.2.0

25 Apr 14:06
f032a9f
Compare
Choose a tag to compare

0.2.0

Features

  • Add support for simple eppp based RPC (fd168d8)

Bug Fixes

  • Make services restartable, code cleanup (6c82ce2)
  • Add examples to CI (d2b7c55)

tls_cxx-v0.1.0

11 Apr 16:34
bd6e120
Compare
Choose a tag to compare

0.1.0

Features

mdns-v1.3.0

10 Apr 10:37
887dbcd
Compare
Choose a tag to compare

1.3.0

Features

  • add a new mdns query mode browse (af330b6)
  • Make including mdns_console KConfigurable (27adbfe)

Bug Fixes

  • Schedule all queued Tx packets from timer task (d4e693e)
  • add lock for some common apis (21c84bf)
  • fix mdns answer append while host is invalid (7be16bc)

wifi_remote-v0.1.12

02 Apr 10:57
cb682a7
Compare
Choose a tag to compare

0.1.12

Features

  • Added generation step for wifi_remote based on IDF (dfb00358)
  • Move to esp-protocols (edc3c2d)

websocket-v1.2.3

27 Mar 13:38
1750a3f
Compare
Choose a tag to compare

1.2.3

Features

  • Expanded example to demonstrate the transfer over TLS (0d0630ed76)

Bug Fixes

  • fix esp_event dependency management (1fb02a9a60)
  • Skip warn on zero timeout and auto reconnect is disabled (5b467cbf5c)
  • Fixed to use int return value in Tx functions (9c54b72e1f)
  • Fixed Tx functions with DYNAMIC_BUFFER (16174470ee)
  • added dependency checks, sdkconfig.defaults and refined README.md (312982e4aa)
  • Close websocket and dispatch event if server does not close within a reasonable amount of time. (d85311880d)
  • Continue waiting for TCP connection to be closed (2b092e0db4)

Updated

  • docs(websocket): Added README for websocket host example (2f7c58259d)

mdns-v1.2.5

06 Mar 06:57
f8a776d
Compare
Choose a tag to compare

1.2.5

Bug Fixes

  • Fixed build issues for targets without WiFi caps (302b46f)