1# EMAC Test
2| Supported Targets | ESP32 |
3| ----------------- | ----- |
4
5This test app is used to test MAC layer behavior with different PHY chips:
6
7- IP101
8- LAN8720
9
10## Prerequisites
11Install third part Python packages:
12
13```bash
14pip install scapy
15```
16