-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
It is possible to access the EV3 hardware and the EV3 menu program remotely using Java RMI.
RemoteEV3 ev3 = new RemoteEV3("192.168.0.9");
Port p = ev3.getPort("S1");
EV3IRSensor ir = new EV3IRSensor(p);
SampleProvider sp = ir.getDistanceMode();
Reference:
https://sourceforge.net/p/lejos/wiki/Remote%20access%20to%20an%20EV3/
https://lejosnews.wordpress.com/2015/02/26/ev3-to-ev3-motor-control/
https://lejosnews.wordpress.com/2015/02/26/ev3-to-ev3-using-remote-methods/
Metadata
Metadata
Assignees
Labels
No labels