Search code examples
httphttp2freertos

Does nghttp2 run on FreeRTOS?


I am looking for http2 client library/code that runs on FreeRTOS

It looks to me that nghttp2 runs on Linux, but then from here, that someone is runing the nghttp2 on the FreeRTOS. This doesn't make any sense to me. Do you guys have any thought?


Solution

  • The maximum packet size requirement for HTTP2 can make it hard to run an HTTP2 client on the MCUs normally used with FreeRTOS. Are you sure you have enough memory?