Skip to content

Subcommandlet scripting software for a esp32 running CenterOS-KERNELv0

Notifications You must be signed in to change notification settings

alseenwalnoot/HyScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HyScript: a scripting language for ESP32 Arduino C++ to execute stuff without rebuilding the entire codebase. Interpreted by CenterOSKERNELv0

Can be used for multiple things: minor changes, OTA-updates, consumer changes.

It works like this: The script on the ESP32 reaches to a given RAW http website (github is handy for this) via wifi, then we define an array of stuff to do when the esp32 reads that line in the RAW file, that usually looks like this: {"NEW_COMMAND", handleNewCommand}

The ESP32 then reads NEW_COMMAND in the RAW file and executes handleNewCommand() in the C++ code

About

Subcommandlet scripting software for a esp32 running CenterOS-KERNELv0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published