... | @@ -6,10 +6,10 @@ In order to facilitate the different coding languages and programs that people p |
... | @@ -6,10 +6,10 @@ In order to facilitate the different coding languages and programs that people p |
|
|
|
|
|
|
|
|
|
## MATLAB Wrapper
|
|
## MATLAB Wrapper
|
|
The first wrapper that is available is in MATLAB. Please see [here](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremotematlabwrapper/-/releases) for the latest version to install (from source or as a MATLAB toolbox). For more information on how to use this wrapper and example code, please see the [wiki](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremotematlabwrapper/-/wikis/home).
|
|
The first wrapper that is available is in MATLAB. Please see [here](https://nl.mathworks.com/matlabcentral/fileexchange/162696-rtis-dev-remote-matlab-wrapper) for the latest version to install (from source or as a MATLAB toolbox). For more information on how to use this wrapper and example code, please see the [wiki](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremotematlabwrapper/-/wikis/home).
|
|
|
|
|
|
## Python Wrapper
|
|
## Python Wrapper
|
|
The second wrapper that is available is in Python. Python? Isn't RTIS Dev in Python already? While wrapper might not be the right wording, this module still allows you to connect remotely to a RTIS device and use RTIS Dev as if you were working on the device itself. This isn't something possible with RTIS Dev by default. As such, this 'wrapper' is needed. Please see [here](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremotepy/-/releases) for the latest version to install from source as a Python module. For more information on how to use this wrapper and example code, please see the [wiki](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremotepy/-/wikis/home).
|
|
The second wrapper that is available is in Python. Python? Isn't RTIS Dev in Python already? While wrapper might not be the right wording, this module still allows you to connect remotely to a RTIS device and use RTIS Dev as if you were working on the device itself. This isn't something possible with RTIS Dev by default. As such, this 'wrapper' is needed. Please see [here](https://pypi.org/project/rtisdevremotepy/) for the latest version to install. For more information on how to use this wrapper and example code, please see the [wiki](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremotepy/-/wikis/home).
|
|
|
|
|
|
## Developing a wrapper
|
|
## Developing a wrapper
|
|
Creating a new wrapper is easy to do if you are familiar with Python and your language of choice can easily interact with Python as interpreter. More information and example please see the [RTIS Dev Remote library repository](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremote). |
|
Creating a new wrapper is easy to do if you are familiar with Python and your language of choice can easily interact with Python as interpreter. More information and example please see the [RTIS Dev Remote library repository](https://cosysgit.uantwerpen.be/rtis-software/rtisdevremote). |
|
|
|
\ No newline at end of file |