Skip to main content

Library to remotely steer the EV3: using the RPyC protocol it forwards ev3dev(2) API calls from the PC to the EV3

Project description

The ev3devrpyc package allows you to remotely steer a real EV3 from your PC.

You only need to import the ‘ev3devrpyc’ module at the beginning of your python program before the ev3dev or ev3dev2 api is loaded.

Then the ‘ev3devrpyc’ module loads a special importer which instead of loading the ev3dev modules from the simulator it proxies the ev3dev(2) modules on a remote EV3. So when doing API calls to this proxied module all these calls are forwarded to the EV3. The RPyC library is used to implement this proxy, hence the name ev3devrpyc.

For more info: https://github.com/ev3dev-python-tools/ev3devrpyc

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ev3devrpyc-1.0.0.zip (7.5 kB view hashes)

Uploaded Source

Built Distribution

ev3devrpyc-1.0.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page