diff --git a/Loth/README.md b/Loth/README.md index 035f5ce..03dc612 100644 --- a/Loth/README.md +++ b/Loth/README.md @@ -6,7 +6,13 @@ qui tourne avec MadMapper ? Il y a toute une procédure vu que leur truc utilise __Bonjour__ pour découvrir leurs adresses IP. -`$ mdns-scan` +`$ mdns-scan` et ensuite, si on repère indice MINIMAD avec ce +que semble être une adresse MAC : + +`/usr/sbin/arp -a | grep b8:27:eb:51:db:32` + +Mais il y a aussi b8:27:eb:be:18:9f ??? + ## en shell @@ -17,6 +23,7 @@ Voir `play.sh`. ## en C +Krkrkr... ## Et ensuite ? diff --git a/Loth/config.sh b/Loth/config.sh index 74561c1..64af72e 100644 --- a/Loth/config.sh +++ b/Loth/config.sh @@ -1,5 +1,7 @@ # config pour le MapMachin -R_IP="10.20.25.6" +IP_VIDEO="10.20.25.6" +IP_LIGHT="localhost" + R_PORT="1111" diff --git a/Loth/play.sh b/Loth/play.sh index 0f35641..d0433cd 100755 --- a/Loth/play.sh +++ b/Loth/play.sh @@ -6,7 +6,7 @@ function envoyer { msg=$1 echo $msg -oscsend $R_IP $R_PORT $msg +oscsend $IP_VIDEO $R_PORT $msg } envoyer "/play"