Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhzhzhy/Zerotier-Espressif
Zerotier on embedded devices for Espressif(like ESP8266/ESP32)
https://github.com/zhzhzhy/Zerotier-Espressif
Last synced: about 1 month ago
JSON representation
Zerotier on embedded devices for Espressif(like ESP8266/ESP32)
- Host: GitHub
- URL: https://github.com/zhzhzhy/Zerotier-Espressif
- Owner: zhzhzhy
- License: apache-2.0
- Created: 2022-07-31T14:22:32.000Z (over 2 years ago)
- Default Branch: libzt_component
- Last Pushed: 2023-04-13T17:28:00.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:13:40.355Z (4 months ago)
- Language: C
- Size: 93 MB
- Stars: 30
- Watchers: 9
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html#installation)## build
```bash
git clone https://github.com/zhzhzhy/Zerotier-Espressif
cd Zerotier-Espressif
get_idf
idf.py builld
```
ORuse [VScode extension](https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md)
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](img/error1.png)