Skip to content

Add local HTTPD server to connect with a local install of the Arduino IDE

Sebastien Canet a demandé de fusionner github/fork/RobertPHeller/master vers master

Created by: RobertPHeller

This pull request contains a local HTTPD server that listens on 127.0.0.1 on port 8080 that will pass INO files to the Arduino CLI interface to verify or to upload to an Arduino board.

It has been tested on a Raspberry Pi 5. The server is coded in Tcl and can be built under Linux for a Linux target (ix86, x86_64, armv7l, or aarch64). Building for Darwin (MacOSX) or MS-Windows is possible, but TclKits need to be built or downloaded and the build infrastructure adapted. The build host need Tcl8.6 and Tcllib installed, as well as GNU Autotools (automake, autoconf, gnu make, etc.). A Linux can be used to cross-build for MS-Windows or Darwin.

I edited the index.html file and added JavaScript code to handle the client (browser) side.

Rapports de requête de fusion