DigitalArtNetwork: Difference between revisions

From wiki
Jump to navigation Jump to search
Line 78: Line 78:
In der Krise bescheiden bleiben...<br>
In der Krise bescheiden bleiben...<br>
Einer eingetopften Wiesenpflanze (Löwenzahn, Taraxacum sect. Ruderalia) wird ein Audiostream aus dem Bienenstock vorgespielt und währenddessen werden sein elektrischer Widerstand ausgewertet und Veränderungen gemessen. Diese Daten können dann als Nummern-Feed in das digital ArtNetWork zurück geschickt werden um z.Bsp. als Noten für einen Synthesizer Patch verwendet zu werden oder als visueller Output.<br>
Einer eingetopften Wiesenpflanze (Löwenzahn, Taraxacum sect. Ruderalia) wird ein Audiostream aus dem Bienenstock vorgespielt und währenddessen werden sein elektrischer Widerstand ausgewertet und Veränderungen gemessen. Diese Daten können dann als Nummern-Feed in das digital ArtNetWork zurück geschickt werden um z.Bsp. als Noten für einen Synthesizer Patch verwendet zu werden oder als visueller Output.<br>
* incoming data:
* outgoing data:
* frontend:


Meine Idee als Output wären Farben die sich verändern, was auch via Webinterface sichtbar gemacht werden kann.
Meine Idee als Output wären Farben die sich verändern, was auch via Webinterface sichtbar gemacht werden kann.
Line 84: Line 88:
[[File:6_S.jpg|400px]][[:File:Spieglein add.pdf]]
[[File:6_S.jpg|400px]][[:File:Spieglein add.pdf]]
[[Media:Spieglein, Spieglein...Online Version.pdf|Spieglein, Spieglein]]
[[Media:Spieglein, Spieglein...Online Version.pdf|Spieglein, Spieglein]]
* incoming data:
* outgoing data:
* frontend:


===Manuel Cyrill===
===Manuel Cyrill===
Line 95: Line 103:
What is my output?<br>
What is my output?<br>
The created feedback is analyzed in order to find a pitch. This pitch-data shall be sent back to the DAN.
The created feedback is analyzed in order to find a pitch. This pitch-data shall be sent back to the DAN.
* incoming data:
* outgoing data:
* frontend:

Revision as of 21:35, 11 May 2020

DigitalArtNetwork is a project initiated by Ulla Rauter, supervised by:
Ulla Rauter, Stefano D'Alessio, Thomas Felder, Nicolaj Kirisits, Klaus Filip

our shared folder in the cloud of angewandte


networking first steps

Clientlist

Clientlist.png

we got the subnet 10.1.155.x at our VPN and currently 40 user.
the VPN-DHCP gives us IPs x<60 (obviously)

sending

ecery 5 seconds every client should send its active-message to all possibly connected other clients via UDP through port 11112.
all possible IPs are estimated to be 10.1.155.2 ... 10.1.155.60 (x=2;x<=60;x++)
the active-message should look like this:
myname myIP
(eg: toni 10.1.155.7)
(currently this name and IP needs to be provided manually by the user. also if a user gets a new IP-address he/she should simply overwrite the old one.)

receiving

thus every client can create a list of all currently active users (other clients) by listening to port 11112.
a timestamp can log a timeout ("this client-name last seen XYms ago") - clients with big timeouts logically can be kicked out of this list.
(if the client comes back, it will reappear automatically.)

use it

the current client list is sent locally via port 11113 (ready to use by any local application)
by the following format:
"clients" amount
name ip
name ip
...
(amount== amount of clients)

zb:
clients 10
nico 10.1.155.17
Verena 10.1.155.9
stefano 10.1.155.11
Jakob 10.1.155.16
marian 10.1.155.19
isi 10.1.155.15
manuel 10.1.155.10
uli 10.1.155.14
(me) klaus 10.1.155.7
hans 10.1.155.6


DAN-Chat

sending

any message via port 11111 to any IP (or more/all IPs) of the clientlist should be prepended by "myname:"
eg:
toni: hello dani

receiving

anything received on port 11111
print to console or to a dedicated chat window


other data

i would suggest to use a new port 11114 for any controller data.
more ports can be declared, or keywords prepending the data...

projects

Marian Essl

Es sollen so viele Daten wie möglich aus dem Netwerk gesammelt werden. Diese Daten sollen dann auf diverse Parameter eines audiovisuellen Prozesses gemappt werden. Das Mapping wird hierbei allerdings nicht gestalterisch vorgenommen, sondern dem Zufall überlassen. Das Mapping soll sich im Laufe der Präsentation zufallsgesteuert verändern. Der finale Output, ein 360-Grad Livestream, soll analysiert werden, um diese Daten wiederum in das Netzwerk einzuspeisen. Ein Feedback-Loop soll dabei entstehen.

  • incoming data:
  • outgoing data:
  • frontend:

Severin Gombocz

In der Krise bescheiden bleiben...
Einer eingetopften Wiesenpflanze (Löwenzahn, Taraxacum sect. Ruderalia) wird ein Audiostream aus dem Bienenstock vorgespielt und währenddessen werden sein elektrischer Widerstand ausgewertet und Veränderungen gemessen. Diese Daten können dann als Nummern-Feed in das digital ArtNetWork zurück geschickt werden um z.Bsp. als Noten für einen Synthesizer Patch verwendet zu werden oder als visueller Output.

  • incoming data:
  • outgoing data:
  • frontend:

Meine Idee als Output wären Farben die sich verändern, was auch via Webinterface sichtbar gemacht werden kann.

Verena Tscherner

6 S.jpgFile:Spieglein add.pdf Spieglein, Spieglein

  • incoming data:
  • outgoing data:
  • frontend:

Manuel Cyrill

Feedback for the Network
A speaker is positioned in front of a microphone. The speakers position is determined by a motor which is controlled by data coming from the DAN. There are two of these systems.

What is input?
Data to control speaker positions.
What is my representation?
The physical object. The two „Feedback-modules“.
What is my output?
The created feedback is analyzed in order to find a pitch. This pitch-data shall be sent back to the DAN.

  • incoming data:
  • outgoing data:
  • frontend: