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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ev3devrpyc-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ev3devrpyc-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcb0bb15d523454a38e9b0b9606ddb4df5cf27284e36a08f4a47598f6e1d999f |
|
MD5 | e75ca850e05e1fb9e43e3919fccc2bae |
|
BLAKE2b-256 | 7cdd88e54008cfda7cd9690294a75919420b431d2c23cb20b8eeac26ee6dcc69 |