jerpelea opened a new pull request, #3549:
URL: https://github.com/apache/nuttx-apps/pull/3549
## Summary
examples/lws_echo: Add a simple websocket server example
Adds a simple websocket server example that echoes data back to the
client using libwebsockets.
netutils/libwebsockets: Fix error regarding building with CMake
Prior to this change, if an empty folder existed instead of the actual
libwebsockets source, the build would fail. That was changed to
check for an actual file instead, avoid such kind of errors.
netutils/libwebsockets: Enable libwebsockets server
Enables building libwebsockets server based on a new Kconfig entry.
netutils/libwebsockets: Remove hard dependency on mbedTLS
libwebsockets can be built without TLS support. To allow this, it was
necessary to create a specific Kconfig option that enables TLS support if
OPENSSL_MBEDTLS_WRAPPER is enabled. Otherwise, TLS is not supported (but
libwebsockets can still be used with plain ws:// connections).
## Impact
RELEASE
## Testing
CI
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]