-
-
Notifications
You must be signed in to change notification settings - Fork 153
Description
I couldn't find a way to compile sketches locally. Is this possible? If not, could you consider this as an enhancement?
Background: I'm working on a web-based open-source tool for DIY home automation based on the Arduino, and am evaluating create-agent for communicating with the hardware. However, since it doesn't appear to do compilation, I'd have to host my own cloud-based compilation service. If create-agent also did compilation, it would make things a lot better. Users would get a trusted compiler toolchain, no one (not even Arduino) needs to host cloud compilers or deal with the associated overheads, and web-based apps (including Arduino Create) get offline support for free. Also, it lowers the barriers for tools like the one I'm working on, allowing for interesting new web-apps. It looks like compiling the sketch locally should be an all-round win.