Working with Other Software/Hardware via OSC
============================================

OSC is an IP‑based communication protocol. DigiShow can exchange signal variables with external software using OSC. Here are some examples:

TouchDesigner (native OSC support)
Unity3D (requires extOSC plugin)
Blender (requires NodeOSC plugin)
Python (requires python-osc library)

PythonAI
This example shows how to use AI agents or vibe coding tools to generate Python scripts that control lighting in DigiShow via OSC.

ArduinoESP32
This example demonstrates how custom hardware can work with DigiShow via WiFi‑based OSC communication.

