Git Product home page Git Product logo

esp32-build-server's Introduction

esp32-build-server

Docker image for esp32 build server.

Usage

sudo docker run -d --name espbuild -it -v /path/to/your/project:/proj -e TOKEN=yourtoken -e CMDS="make,make all,make app" -p 8080:80 renyufu/espbuild

sudo docker run -d --name espbuild -it -v /path/to/your/project:/proj -v /path/esp:/esp -e TOKEN=yourtoken -e CMDS="make,make all,make app" -p 8080:80 renyufu/espbuild

Get started

  1. clone repo
cd
git clone https://github.com/espressif/esp-idf.git
  1. run esp32 build server
sudo docker run -d --name espbuild -it -v /path/to/esp-idf/examples/get-started/hello_world:/proj -e TOKEN=yourtoken -e CMDS="make,make all,make app" -p 8080:80 renyufu/espbuild
  1. request to build
curl -s -k -H 'Content-Type: application/json' -H 'X-Auth-Token: yourtoken' -d '{"command": "make"}' https://localhost:8080/execute
  1. get bin
curl -s -k -H 'X-Auth-Token: yourtoken' https://localhost:8080/build/hello-world.bin -o hello-world.bin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.