nobel
nobel copied to clipboard
Nobel (code-generator) creates a REST API for your Arduino board, based on a RAML definition.
if a resource path has more than 1 level the "/" is part of the Handler function name which is not valid. /led: WORKING /something/led: FAILING
By default, the generated code uses DHCP. Add a parameter for changing that.
At the last version of Webduino, PUT method was not responding properly. Check if that's been fixed on the new version, or implement a fix.
Complex URL and URL Parameters are not working. Tokenizing and splitting are both failing in some cases
Provide an option to define if: - The code should be created as 1 function per resource and a CASE inside of it. - The code should be created as...
Split the libraries installation to a separated command (that can be invoked from the main one when defining the option)