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