mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			252 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			252 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# EMAC Test
 | 
						|
| Supported Targets | ESP32 |
 | 
						|
| ----------------- | ----- |
 | 
						|
 | 
						|
This test app is used to test MAC layer behavior with different PHY chips:
 | 
						|
 | 
						|
- IP101
 | 
						|
- LAN8720
 | 
						|
 | 
						|
## Prerequisites
 | 
						|
Install third part Python packages:
 | 
						|
 | 
						|
```bash
 | 
						|
pip install scapy
 | 
						|
```
 |