|
2 | 2 |
|
3 | 3 | [](https://www.ardu-badge.com/AsyncWebServer_WT32_ETH01)
|
4 | 4 | [](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/releases)
|
5 |
| -[](https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/LICENSE) |
6 | 5 | [](#Contributing)
|
7 | 6 | [](http://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/issues)
|
8 | 7 |
|
|
12 | 11 | ## Table of contents
|
13 | 12 |
|
14 | 13 | * [Table of contents](#table-of-contents)
|
15 |
| -* [Why do we need this AsyncWebServer_WT32_ETH01 library](#why-do-we-need-this-qsyncWebServer_wt32_eth01-library) |
| 14 | +* [Why do we need this AsyncWebServer_WT32_ETH01 library](#why-do-we-need-this-asyncwebserver_wt32_eth01-library) |
16 | 15 | * [Features](#features)
|
17 | 16 | * [Why Async is better](#why-async-is-better)
|
18 | 17 | * [Currently supported Boards](#currently-supported-boards)
|
@@ -1323,16 +1322,6 @@ build_flags =
|
1323 | 1322 |
|
1324 | 1323 | ### Examples
|
1325 | 1324 |
|
1326 |
| - |
1327 |
| - * [ 1. Async_AdvancedWebServer](examples/Async_AdvancedWebServer) |
1328 |
| - * [ 2. AsyncFSBrowser_WT32_ETH01](examples/AsyncFSBrowser_WT32_ETH01) |
1329 |
| - * [ 3. Async_HelloServer](examples/Async_HelloServer) |
1330 |
| - * [ 4. Async_HelloServer2](examples/Async_HelloServer2) |
1331 |
| - * [ 5. AsyncMultiWebServer_WT32_ETH01](examples/AsyncMultiWebServer_WT32_ETH01) |
1332 |
| - * [ 6. Async_PostServer](examples/Async_PostServer) |
1333 |
| - * [ 7. Async_RegexPatterns_WT32_ETH01](examples/Async_RegexPatterns_WT32_ETH01) |
1334 |
| - * [ 8. AsyncSimpleServer_WT32_ETH01](examples/AsyncSimpleServer_WT32_ETH01) |
1335 |
| - |
1336 | 1325 | 1. [Async_AdvancedWebServer](examples/Async_AdvancedWebServer)
|
1337 | 1326 | 2. [AsyncFSBrowser_WT32_ETH01](examples/AsyncFSBrowser_WT32_ETH01)
|
1338 | 1327 | 3. [Async_HelloServer](examples/Async_HelloServer)
|
@@ -1533,15 +1522,15 @@ HTTP server started at ports 8082
|
1533 | 1522 | You can access the Async Advanced WebServers @ the server IP and corresponding ports (8080, 8081 and 8082)
|
1534 | 1523 |
|
1535 | 1524 | <p align="center">
|
1536 |
| - <img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/pics/AsyncMultiWebServer_STM32_SVR1.png"> |
| 1525 | + <img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/pics/AsyncMultiWebServer_WT32_SVR1.png"> |
1537 | 1526 | </p>
|
1538 | 1527 |
|
1539 | 1528 | <p align="center">
|
1540 |
| - <img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/pics/AsyncMultiWebServer_STM32_SVR2.png"> |
| 1529 | + <img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/pics/AsyncMultiWebServer_WT32_SVR2.png"> |
1541 | 1530 | </p>
|
1542 | 1531 |
|
1543 | 1532 | <p align="center">
|
1544 |
| - <img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/pics/AsyncMultiWebServer_STM32_SVR3.png"> |
| 1533 | + <img src="https://github.com/khoih-prog/AsyncWebServer_WT32_ETH01/blob/main/pics/AsyncMultiWebServer_WT32_SVR3.png"> |
1545 | 1534 | </p>
|
1546 | 1535 |
|
1547 | 1536 |
|
@@ -1578,18 +1567,14 @@ Submit issues to: [AsyncWebServer_WT32_ETH01 issues](https://github.com/khoih-pr
|
1578 | 1567 | ## TO DO
|
1579 | 1568 |
|
1580 | 1569 | 1. Fix bug. Add enhancement
|
1581 |
| - 2. Add support to more Ethernet / WiFi shield |
1582 | 1570 |
|
1583 | 1571 |
|
1584 | 1572 | ## DONE
|
1585 | 1573 |
|
1586 |
| - 1. Initial port to STM32 using builtin LAN8742A Etnernet. Tested on **STM32F7 Nucleo-144 F767ZI**. |
| 1574 | + 1. Initial port to WT32_ETH01 boards using built-in LAN8720A Ethernet |
1587 | 1575 | 2. Add more examples.
|
1588 | 1576 | 3. Add debugging features.
|
1589 |
| - 4. Add AsyncUDP_STM32 to support Async UDP on STM32 |
1590 |
| - 5. Add Authentication support (MD5, SHA1). |
1591 |
| - 6. Add support to **Ethernet LAN8720** using [STM32Ethernet library](https://github.com/stm32duino/STM32Ethernet), for boards such as **Nucleo-144 (F429ZI, NUCLEO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG), Discovery (DISCO_F746NG)** and **STM32F4 boards (BLACK_F407VE, BLACK_F407VG, BLACK_F407ZE, BLACK_F407ZG, BLACK_F407VE_Mini, DIYMORE_F407VGT, FK407M1)**. Tested on **STM32F4 BLACK_F407VE**. |
1592 |
| - 7. Add Table-of-Contents and Version String |
| 1577 | + 4. Add Table-of-Contents and Version String |
1593 | 1578 |
|
1594 | 1579 |
|
1595 | 1580 | ---
|
@@ -1653,8 +1638,9 @@ If you want to contribute to this project:
|
1653 | 1638 |
|
1654 | 1639 | ## Copyright
|
1655 | 1640 |
|
1656 |
| -Copyright 2016- Hristo Gochkov |
1657 |
| -Copyright 2021- Khoi Hoang |
| 1641 | +- Copyright 2016- Hristo Gochkov |
| 1642 | + |
| 1643 | +- Copyright 2021- Khoi Hoang |
1658 | 1644 |
|
1659 | 1645 |
|
1660 | 1646 |
|
0 commit comments