OpenRoberta / openroberta-lab

The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
124 stars 121 forks source link

Rework binary download using URL #1573

Closed heini208 closed 5 months ago

heini208 commented 11 months ago

This pull request introduces a revision to the binary download process by replacing the reliance on the compiledHex variable with a REST call. Additionally, it lays the foundation for a planned enhancement, which involves relocating the compilers to a dedicated server.

This impacts all program uploads through the Frontend in the progRun.controller.js file.