Difference between revisions of "Coding"

From RobotinoWiki
(Created page with "==Introduction== {|class="wikitable" cellpadding="20" vertical-align="top" |- |Image:Robotino_coding_icon_64.png |There are two options to get access to Robotino's sensors...")
 
(Introduction)
Line 7: Line 7:
 
* The second option is to interface Robotino's [[Rest_api|REST-API]]. The REST-API can be accessed easily from .Net, Java, Matlab, LabView and so on.
 
* The second option is to interface Robotino's [[Rest_api|REST-API]]. The REST-API can be accessed easily from .Net, Java, Matlab, LabView and so on.
 
|}
 
|}
 +
 +
==.Net==
 +
[https://docs.microsoft.com/de-de/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client Call a Web API From a .NET Client (C#)]

Revision as of 13:14, 20 March 2019

Introduction

Robotino coding icon 64.png There are two options to get access to Robotino's sensors and actors from your own program.
  • The first option is to link against the API2 C/C++ library. This option is probably the best way if your program is written in C or C++.
  • The second option is to interface Robotino's REST-API. The REST-API can be accessed easily from .Net, Java, Matlab, LabView and so on.

.Net

Call a Web API From a .NET Client (C#)