Jacdac wired protocol implementation for ESP32
Перейти к файлу
Michal Moskal a27a7b9283 Auto-init submods 2020-07-24 14:41:57 +02:00
.vscode Starting jacdac-c conversion 2020-07-24 12:47:55 +02:00
jacdac-c@d72fa1b747 Use common service architecture 2020-07-24 14:40:00 +02:00
main Use common service architecture 2020-07-24 14:40:00 +02:00
.clang-format Removing stuff already in jd-c 2020-07-24 13:33:52 +02:00
.gitignore Initial check in 2020-07-22 17:11:29 +02:00
.gitmodules Starting jacdac-c conversion 2020-07-24 12:47:55 +02:00
CMakeLists.txt Initial check in 2020-07-22 17:11:29 +02:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-07-22 07:55:37 -07:00
LICENSE Initial LICENSE commit 2020-07-22 07:55:38 -07:00
Makefile Auto-init submods 2020-07-24 14:41:57 +02:00
README.md Initial check in 2020-07-22 17:11:29 +02:00
SECURITY.md Initial SECURITY.md commit 2020-07-22 07:55:40 -07:00
sdkconfig Initial check in 2020-07-22 17:11:29 +02:00

README.md

JacDac for ESP32

This repo contains implementation of JacDac protocol for ESP32.

It also contains implementation of WiFi and TCP JacDac services.

Building

Install ESP-IDF. Make sure IDF_PATH is set. You can also install ccache to speed up builds. You will need to run export.sh from the IDF folder - the Makefile will remind you.

To build run make.

To deploy run make r.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.