mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-30 14:11:38 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			292 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			292 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | # UDP Mutual authentication example
 | ||
|  | 
 | ||
|  | This example uses `mbedtls_cxx` to perform a DTLS handshake and exchange a message between server and client. | ||
|  | The example uses UDP sockets on `'localhost'` interface, so no actual connection is needed, it could be run on linux target as well as on ESP32. |