Lejos server at PHS

http://hs-242-lejos.internal/

To setup LeJOS on your computer, open terminal and enter the following command:

curl -s http://hs-242-lejos.internal/setup.sh | bash

LeJOS API Documentation in Java 7 Javadoc Format

http://hs-242-lejos.internal/api/
LeJOS Server Extension for BlueJ

(This is included in the setup script) http://hs-242-lejos.internal/bluejos.jar
Source:
git clone http://hs-242-lejos.internal/bluejos/

*********** Previous **********

 

Important to know: 10.30.10.94/setup.sh | bash

Screen Shot 2014-10-24 at 4.22.42 PM

 

 

Terminal:
hs-242-imac-t:~ userblah$ curl -s http://10.30.10.94/setup.sh | bash

smb://lejos@10.30.10.94

 

This installs the lejos files
create a java file in a folder: Lejos, get to it and

Lejos            ReadOutLoud eText    teachers1415
Lessons            Rosters            workspace
hs-242-imac-t:Documents userblah$ cd lejos
hs-242-imac-t:lejos userblah$ ls
MotorTutor1.class    MotorTutor1.java
hs-242-imac-t:lejos userblah$ nxjc MotorTutor1.java
hs-242-imac-t:lejos userblah$ nxjlink MotorTutor1
MotorTutor1.class                             100%  703     0.7KB/s   00:00
bring brick to pc, connect, search, and upload MotorTutor1