JavaScript HTML C++ Other
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.vscode
apps
db
page
ut
.gitignore
Dockerfile
LICENSE
Makefile
README.md
binding.gyp
config.json
loaddir.js
openfpgaduino.cc
package.json
server.js
simulation.h
tingyun.json

README.md

Arduinojs

Any application that can ge written in JavaScript will eventually be written in JavaScript

                                                                           Jeff Atwood

Use node v0.10.26

Restful api server includes javascript wrapper for openFPGAdunino library

Only support value argument for openFPGAdunino api library. There is no structure or object support yet.

Install the nodejs and nodejs-gyp:

apt-get install nodejs

npm install -g node-gyp

Build the project:

make

Test the project:

make test

Use editor.swagger.io to edit swagger.json

Simulate the project in PC:

node server.js --sim