Thanks to visit codestin.com
Credit goes to github.com

Skip to content

StoneLabs/webduino-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webduino Generator

Python program to automatically create arduino webserver from folder. Supports basically all file types. For example: html, js, css, images, and arbitrary binaries. Also supports coding cpp functions inside the website files (see input/*.cpp) for example.

Usage

$ git clone https://github.com/StoneLabs/webduino-generator
$ cd webduino-generator/
$ pip install .
$ webduino-generator input
$ arduino output/main/main.ino

Or use arduino-cli to compile and upload directly from the shell (linux only)
$ ./uploader.sh

Note

Project is WIP. Tested on Windows (PS) and Linux.

About

Python program to automatically create arduino webserver from "web files"

Topics

Resources

License

Stars

Watchers

Forks