mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-11-04 00:21:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			253 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			253 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# TCP client example
 | 
						|
 | 
						|
This is a simple example uses `mbedtls_cxx` to connect to a remote echo server.
 | 
						|
The example needs a connection to internet (or a network where the TLS echo-server is available), it could be run on linux target as well as on ESP32.
 |