Lesson 19 Tut3: Difference between revisions

From English DMXC-Wiki
m (hat „Einsteiger:Lesson19/en“ nach „Lesson 19“ verschoben)
No edit summary
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Hauptüberschrift
{{Manual Header
| logo = Im-aim.png
| Type = DMXC3 Tutorials
| ueberschrift = First Steps: {{PAGENAME}}
| Version = 3.0.0
| LinkBackwards = Lesson_18_Tut3
| TextBackwards = Lesson 18
| LinkForwards = Lesson_20_Tut3
| TextForwards = Lesson 20
}}
}}
{{DMXC3_lesson/en}}
==Overview==
==Overview==
In this lesson some additional clients are in focus. The client/server concept of DMXControl allows the connection to other clients (Smartphones, Tabs, etc.) in simple way.
In this lesson some additional clients are in focus. The client/server concept of DMXControl allows the connection to other clients (Smartphones, Tabs, etc.) in simple way.
 


==Lecture 19: Further DMXControl clients ==
==Lecture 19: Further DMXControl clients ==
{{Manual Box | en | Hint |  Currently the OSC plugin is not offered. We expect it in next release.
}}


in development:
in development:


* [http://www.dmxcontrol.de/wiki/Projekte/DMXControl-for-Android-Projekt DMXControl-for-Android-Projekt]
* [http://www.dmxcontrol.de/wiki/Projekte/DMXControl-for-Android-Projekt DMXControl-for-Android-Projekt]
* [http://www.hexler.net TouchOSC]


Both smartphone apps (clients) communicate via OSC with DMXControl 3.  
 
The smartphone apps (clients) communicate via OSC with DMXControl 3.  
Therefore you have to enable the OSC plugin via "plugin manager", see following figure:
Therefore you have to enable the OSC plugin via "plugin manager", see following figure:
{{Picture_with_subtitle|DMXC3L19_OSC1.JPG|1|Activating OSC-Plugin|center}}


[[Datei:DMXC3L19_OSC1.JPG]]
Now, you should define the IP connection in the panel "connection form". Press the "+" button to create a new connection.
 
In the first approach we use unicast with UDP. Please let the IP address on 0.0.0.0, but set the correct port where your client sends the OSC messages. Now you can start (activate) this connection by a click to start button:
Now, you should define the IP connection in the panel "connection form". Press the "+" button to create a new connention.
{{Picture_with_subtitle|DMXC3L19_OSC2.JPG|2|OSC-Plugin setup|center}}
In the first approach we use unicast with UDP. Please let the IP address on 0.0.0.0, but set the correct port where your client sends the OSC messages. Now you can start (activate) this connection by a click to start button:
 
[[Datei:DMXC3L19_OSC2.JPG]]
 
 
 
'''topics to be added (by beta testers)'''
*
 
 
==Excercise==
* Create ...
*


==Additional links and references==
==Additional links and references==
*
* [http://www.hexler.net TouchOSC]
 
 
==Certificate==
I have understood the topics of this lecture and want to continue with next course:
[[Lesson 20]]
 
 


__NOTOC__
[[de:Lektion_19_Tut3]]
__NOTITLE__
[[Category: Tutorials DMXControl 3]]

Latest revision as of 20:58, 2 March 2025

Im-aim.png Article describe
DMXControl 3.0.0
Stand: 02.03.2025
Lesson 19 Tut3
Arrow back.png Lesson 18
Lesson 20 Arrow forw.png
table of content

</onlyinclude>

|}

Overview

In this lesson some additional clients are in focus. The client/server concept of DMXControl allows the connection to other clients (Smartphones, Tabs, etc.) in simple way.

Lecture 19: Further DMXControl clients

Important Hint Currently the OSC plugin is not offered. We expect it in next release.

in development:


The smartphone apps (clients) communicate via OSC with DMXControl 3. Therefore you have to enable the OSC plugin via "plugin manager", see following figure:

Figure 1:Activating OSC-Plugin
Figure 1: Activating OSC-Plugin

Now, you should define the IP connection in the panel "connection form". Press the "+" button to create a new connection. In the first approach we use unicast with UDP. Please let the IP address on 0.0.0.0, but set the correct port where your client sends the OSC messages. Now you can start (activate) this connection by a click to start button:

Figure 2:OSC-Plugin setup
Figure 2: OSC-Plugin setup

Additional links and references