https://github.com/salimterryli/esp-tapif
TAP interface implementation based on esp-netif
https://github.com/salimterryli/esp-tapif
esp32 esp32-idf ethernet tap
Last synced: 2 months ago
JSON representation
TAP interface implementation based on esp-netif
- Host: GitHub
- URL: https://github.com/salimterryli/esp-tapif
- Owner: SalimTerryLi
- Created: 2021-09-26T03:53:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T06:48:42.000Z (over 1 year ago)
- Last Synced: 2024-11-16T07:27:47.927Z (over 1 year ago)
- Topics: esp32, esp32-idf, ethernet, tap
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TAP Interface example & component
*Note: Makefile support is dropped as will be officially dropped when V5.0 is out*
Tested on IDF V4.3 or later
This is an implementation of a simple TAP interface for ESP-IDF, which will enable flexible software-based Ethernet data channel to be used with existing IP layer application, such as Bluetooth BNEP
Examples can be found in `examples` directory.