Difference between revisions of "Connecting other software"

From Engineered Arts Wiki
Jump to navigation Jump to search
(Introduction)
Line 1: Line 1:
 
[[Category: Features and technology]]
 
[[Category: Features and technology]]
 
[[Category: User_Manual]]
 
[[Category: User_Manual]]
[[Category: Socibot]]
+
[[Category: SociBot]]
 
[[Category: RoboThespian]]
 
[[Category: RoboThespian]]
  

Revision as of 10:02, 25 April 2016


Introduction

Before you go any further...

The easiest way to control RoboThespian or Socibot is by using the Touch Screen >

Programmers can write custom code that runs on the robot by using Control Functions >

If none of the above give you what you want you can connect to external third party software, or an external program you have written.
There are a number or ways you can achieve this:

  • Use http requests with the REST API - Beginner / Intermediate
  • Use the UDP protocol over a network or the Internet - Intermediate
  • Extend Tritium by writing your own Tritium Node - Advanced


There are some useful connectivity tutorials here >