mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04: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
|
|
```
|