An open API service indexing awesome lists of open source software.

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

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.