Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-11-04 00:51:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
cd27a44107cd451bf66a7de0907efcb698b1ca68
esp-idf/examples/protocols/https_server/wss_server/Makefile

11 lines
269 B
Makefile
Raw Normal View History

Add a 'esp_https_server' component allowing to use http_server with OpenSSL
2018-10-31 23:17:00 +01:00
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
https_server example: Add new WSS server example Added a new https server example with WS support which runs * keep-alive thread to send PINGs to clients * async message to all active WS clients Moved the existing https-server example to a subfolder Closes https://github.com/espressif/esp-idf/issues/5733 Closes https://github.com/espressif/esp-idf/issues/5686
2020-09-03 09:57:23 +02:00
PROJECT_NAME := wss_server
Add a 'esp_https_server' component allowing to use http_server with OpenSSL
2018-10-31 23:17:00 +01:00
examples/protocols/http(s)_server: use common network component
2018-11-21 00:42:37 +08:00
EXTRA_COMPONENT_DIRS = $(IDF_PATH)/examples/common_components/protocol_examples_common
Add a 'esp_https_server' component allowing to use http_server with OpenSSL
2018-10-31 23:17:00 +01:00
include $(IDF_PATH)/make/project.mk
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 68ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API