/esp-QUIC

Implementation of QUIC transport layer network protocol for ESP32 microcontrollers based on NGTCP2 & ESP-IDF

Primary LanguageC

ESP32-QUIC

This is a port of NGTCP2 project running on ESP32 IoT platform.

Project uses ESP-IDF framework for building. To use it, merge components directory with components from your project.

More detailed description coming soon.

TODO:

  • Update readme with detailed project description & build instructions
  • Restore wifi component to simple name-password connection
  • Description on building & testing project with QUIC backend server
  • Add simple write-read examples
  • Add tests
  • Move build dependenices from wolfssl component to use clean one from component registry