Difference between revisions of "Cpp"

From RobotinoWiki
m
(Installation)
 
Line 17: Line 17:
  
 
===Installation===
 
===Installation===
* [[API2 | RobotinoAPI2]] (recommended)
+
* [[API2 | RobotinoAPI2]]
* [[OpenRobotinoAPI | OpenRobotinoAPI]] (old)
 

Latest revision as of 14:58, 28 January 2019

Introduction

Robotino cpp icon 64.png The application programming interface (API) for Robotino(r) from Festo Didactic permits full access to Robotino's sensors and actors. Communication between the control program and Robotino is handled via TCP and UDP and is therefore fully network transparent. It does not matter whether the control program runs direcly on Robotino or on a remote system.

Package links

Code API

Source code

OpenRobotinoAPI binary package

API Versions

The API for Robotino is available in two versions; the older OpenRobotinoAPI and the newer RobotinoAPI2. We strongly recommend you to switch to the new RobotinoAPI2. Below are the instructions for installing both of these APIs.

Installation