Jump to content

Socket App

From Wiki
Revision as of 07:46, 8 May 2026 by OLT (talk | contribs) (Created page with "thumb|200px The Socket App extends the robot control with a network interface for receiving and sending text-based messages. Features: * TCP client * TCP server * UDP * Parse text-based messages for numbers, access these numbers in the robot program * Send text-based messages with optional numbers from program variables Use Cases: * Receiving position values from object recognition cameras or other data sources * Synchronizing values betwe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Socket App extends the robot control with a network interface for receiving and sending text-based messages.

Features:

  • TCP client
  • TCP server
  • UDP
  • Parse text-based messages for numbers, access these numbers in the robot program
  • Send text-based messages with optional numbers from program variables

Use Cases:

  • Receiving position values from object recognition cameras or other data sources
  • Synchronizing values between robots
  • etc...

Downloads: