mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	List of changes: * New component esp_local_ctrl added * Example added under examples/protocols/esp_local_ctrl * Documentation added under protocols/esp_local_ctrl * Demo client side app esp_local_ctrl.py added under examples/protocols/esp_local_ctrl/scripts * protocomm_ble : protocomm_ble_config_t given struct name for allowing forward declaration * esp_prov/transport_softap renamed to transport_http * transport_http module supports verification of server certificate * transport_http module performs name resolution before connection
		
			
				
	
	
		
			26 lines
		
	
	
		
			650 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			650 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
Application Protocols
 | 
						|
*********************
 | 
						|
:link_to_translation:`zh_CN:[中文]`
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   mDNS <mdns>
 | 
						|
   ESP-TLS <esp_tls>
 | 
						|
   HTTP Client <esp_http_client>
 | 
						|
   Websocket Client <esp_websocket_client>
 | 
						|
   HTTP Server <esp_http_server>
 | 
						|
   HTTPS Server <esp_https_server>
 | 
						|
   ASIO <asio>
 | 
						|
   ESP-MQTT <mqtt>
 | 
						|
   Modbus <modbus>
 | 
						|
   Local Control <esp_local_ctrl>
 | 
						|
 | 
						|
Code examples for this API section are provided in the :example:`protocols` directory of ESP-IDF examples.
 | 
						|
 | 
						|
 | 
						|
IP Network Layer
 | 
						|
================
 | 
						|
 | 
						|
Documentation for IP Network Layer protocols (below the Application Protocol layer) are provided in :doc:`../network/index`.
 |