"Ardublockly" is a fork of [Blockly](https://code.google.com/p/blockly/), a web-based graphical programming editor, that has been updated to work with [Arduino](http://www.arduino.cc/) code.
This project is heavily influeced by BlocklyDuino, also based on an older version of [Blockly](http://code.google.com/p/blockly/).
The "ArduBlocklyServerCompiler" component initialises a local server with Python to be able to compile and load the Arduino code using the [Arduino IDE](http://arduino.cc/en/main/software).
*[Python 2.7.x](https://www.python.org/download), probably to be ported to 3.x
*[Arduino IDE version 1.5 or higher](http://arduino.cc/en/main/software)
* Browser of your choice (currently supports Firefox, Chrome, IE8+, Opera and Safary)
#### Usage
TBD
#### Development
TBD
### Original Authors
Original source is Copyright of Google Inc. [https://code.google.com/p/blockly/](https://code.google.com/p/blockly/)
#### Significant changes
Added Arduino code generator.
All changes to the original source code can be review [here](https://github.com/carlospamg/ardublockly/compare/master...blockly-original).
### License
Licensed under the Apache License, Version 2.0 (the "License"). The full document can be found in the [COPYING](https://github.com/carlospamg/ardublockly/blob/master/COPYING) file.