Cylon.js: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with "http://cylonjs.com Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things using Node.js. see https://twitter.com/nodejs_bot")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things using [[Node.js]].
Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things using [[Node.js]].

Supported platforms : Ardrone, Arduino, Beaglebone Black, Crazyflie, Digispark, Joystick, Keyboard, Leap Motion, Neurosky, [[OpenCV]], Pebble, Rapiro, [[Raspberry Pi]], Salesforce, Skynet, Spark, [[Sphero]], Tessel


see https://twitter.com/nodejs_bot
see https://twitter.com/nodejs_bot

==Premiers pas==
===Installation===
<pre>
npm install cylon
npm install cylon-arduino
</pre>

===CLI===
http://cylonjs.com/documentation/cli/
<pre>
sudo npm install -g cylon-cli
</pre>

<pre>
cylon
cylon scan serial
cylon scan bluetooth
cylon scan usb

cylon bluetooth scan

cylon arduino
cylon arduino help

</pre>

Latest revision as of 17:37, 26 April 2014

http://cylonjs.com

Cylon.js is a JavaScript framework for robotics, physical computing, and the Internet of Things using Node.js.

Supported platforms : Ardrone, Arduino, Beaglebone Black, Crazyflie, Digispark, Joystick, Keyboard, Leap Motion, Neurosky, OpenCV, Pebble, Rapiro, Raspberry Pi, Salesforce, Skynet, Spark, Sphero, Tessel

see https://twitter.com/nodejs_bot

Premiers pas

Installation

npm install cylon
npm install cylon-arduino

CLI

http://cylonjs.com/documentation/cli/

sudo npm install -g cylon-cli
cylon
cylon scan serial
cylon scan bluetooth
cylon scan usb

cylon bluetooth scan

cylon arduino
cylon arduino help