/Zerotier-Espressif

Zerotier on embedded devices for Espressif(like ESP8266/ESP32)

Primary LanguageCApache License 2.0Apache-2.0

Zerotier-Espressif

Zerotier on embedded devices for Espressif(like ESP8266/ESP32)

Under development USE WITH CAUTION!

Install ESP-IDF framework

Follow ESP-IDF installation guide

build

git clone https://github.com/zhzhzhy/Zerotier-Espressif
cd Zerotier-Espressif
get_idf
idf.py builld

OR

use VScode extension After installation click ESP-IDF Build project Button

Known Errors

After ESP-IDF component build complete,libzt is the last component being built.

The compiler says 'Mutex' does not name a type ‘(Maybe The thread lock in FreeRTOS is't compatible with libzt itself)

Error1