A Scratch extension to interact with Dexter.
npm init
and npm install ws
, and download the proxy file.
mkdir DexProxy
cd DexProxy
npm init
npm install ws
wget https://raw.githubusercontent.com/Kenny2github/scratch-dexter/master/httpd.js
node httpd.js <Dexter IP>
where <Dexter IP>
is the IP of the robot.As an example:
This will make the robot wave back and forth.