2022-01-18 13:55:06 +01:00
|
|
|
# EMAC Test
|
2021-07-14 15:37:47 +08:00
|
|
|
| Supported Targets | ESP32 |
|
|
|
|
|
| ----------------- | ----- |
|
|
|
|
|
|
|
|
|
|
This test app is used to test MAC layer behavior with different PHY chips:
|
|
|
|
|
|
2022-01-18 13:55:06 +01:00
|
|
|
- IP101
|
|
|
|
|
- LAN8720
|
|
|
|
|
|
|
|
|
|
## Prerequisites
|
|
|
|
|
Install third part Python packages:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
pip install scapy
|
|
|
|
|
```
|