Skip to content

Add support for RemoteEV3 #772

Description

@jabrena

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions