Connecting other software

From Engineered Arts Wiki
Revision as of 13:45, 22 September 2017 by Marcus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Connecting other software...

Contents

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 >