esp-protocols

Collection of ESP-IDF components related to networking protocols

Stars
185
Committers
113

Bot releases are visible (Hide)

esp-protocols - console_simple_init-v1.0.1

Published by github-actions[bot] about 1 year ago

1.0.1

Bug Fixes

  • Fixed versioning, publishing and changelog generation (3081f1a69c)
esp-protocols - modem-v1.0.3

Published by github-actions[bot] about 1 year ago

1.0.3

Bug Fixes

  • Fix to allow MSC frame (SIM800 CMUX) after v1.0.2 (8d5947e, #366)
  • Add CMUX example to target tests (4f2ebaa)
esp-protocols - modem-v1.0.2

Published by github-actions[bot] about 1 year ago

1.0.2

Features

  • Add factory method for simple creation of custom DCEs (4cf9e50)
  • Support custom transport in AT TCP client example (ae629ed)

Bug Fixes

  • Fix host test race with async read and d'structor (c89d42f)
  • More error handling in cmux protocol (8edbac6)
  • Fix netif to set PPP config in C++ way (5287432)
  • Fix vfs terminal not to reset read_cb() automatically (25a35e2)
  • Fix netif data race causing PPP startup delays (c8c0507, #308)
  • Added support for inflatable buffer (cb6e03a, #272)
  • Fix LoadProhibited after failed CMUX initialization (IDFGH-10845) (60c87dd)
esp-protocols - mdns-v1.2.1

Published by github-actions[bot] about 1 year ago

1.2.1

Features

  • Allow setting length of mDNS action queue in menuconfig (28cd898)

Bug Fixes

  • fix build issue if CONFIG_ESP_WIFI_ENABLED disabled (24f7031)
  • added idf_component.yml for examples (d273e10)
  • added guard check for null pointer (71bb461)
esp-protocols - websocket-v1.1.0

Published by github-actions[bot] about 1 year ago

1.1.0

Features

  • Added linux port for websocket (a22391a)

Bug Fixes

  • added idf_component.yml for examples (d273e10)
esp-protocols - websocket-v1.0.1

Published by github-actions[bot] about 1 year ago

1.0.1

Bug Fixes

  • esp_websocket_client client allow sending 0 byte packets (b5177cb)
  • Cleaned up printf/format warnings (-Wno-format) (e085826)
  • Added unit tests to CI + minor fix to pass it (c974c14)
  • Reintroduce missing CHANGELOGs (200cbb3, #235)

Updated

  • docs(common): updated component and example links (f48d9b2)
  • docs(common): improving documentation (ca3fce0)
  • Fix weird error message spacings (8bb207e)
esp-protocols - websocket-v1.0.0

Published by gabsuren over 1 year ago

Features

  • Error handling improved to show status code from server (d047ff5)
  • Added new API esp_websocket_client_set_headers * Dispatches 'WEBSOCKET_EVENT_BEFORE_CONNECT' event before tcp connection (d047ff5)
  • Support HTTP basic authorization (1b13448)
  • Add websocket error messages (d68624e)
  • Add task_name config option (1d68884)
  • Added new API esp_websocket_client_destroy_on_exit (f9b4790)
  • Added badges with version of components to the respective README files (e4c8a59)

Updated

  • unite all tags under common structure py test: update tags under common structure (c6db3ea)
esp-protocols - mdns-v1.2.0

Published by github-actions[bot] over 1 year ago

1.2.0

Features

  • add an API for setting address to a delegated host (ddc3eb6)
  • Add support for lwip build under linux (588465d)
  • Allow for adding a delegated host with no address (c562461)
  • Add APIs for looking up self hosted services and getting the self hostname (f0df12d)

Bug Fixes

  • Refactor freertos linux compat layers (79a0e57)
  • Fix delegated service PTR response (cab0e1d)
  • Added unit tests to CI + minor fix to pass it (c974c14)

Updated

  • docs: update documentation links (4de5298)
esp-protocols - modem-v1.0.1

Published by github-actions[bot] over 1 year ago

1.0.1

Bug Fixes

  • Support UART clean build with IDF v5.2 (e620eb5)
  • enable code coverage publishing to github pages (4910e89)
  • fix esp_modem build issue (ab94566)
  • Example to use 1.0.0 (afb6930)
  • Changelog to correctly pick references (423e965)

Updated

  • docs(esp_modem): updated documents to show missed topics (0534853)
  • docs(common): improving documentation (ca3fce0)
esp-protocols - mdns-v1.1.0

Published by github-actions[bot] over 1 year ago

1.1.0

Features

  • Decouple main module from mdns-networking (d238e93)

Bug Fixes

  • Use idf-build-apps package for building mdns (1a0a41f)
  • socket networking to init interfaces properly (ee9b04f)
  • Removed unused internal lock from mdns_server struct (a06fb77)
  • Resolve conflicts only on self hosted items (e69a9eb, #185)
  • Fix memory issues reported by valgrind (0a682e7)

Updated

  • docs(common): updated component and example links (f48d9b2)
  • Add APIs to look up delegated services (87dcd7d)
  • Fix deadly mdns crash (4fa3023)
  • docs(common): improving documentation (ca3fce0)
  • append all ipv6 address in mdns answer (5ed3e9a)
  • test(mdns): Host tests to use IDF's esp_event_stub (537d170)