Browse Source

change to productive add automatet IN mapper

micha 3 years ago
parent
commit
4f2df579b2
4 changed files with 17 additions and 1 deletions
  1. 2 0
      ArtNetProcessor.py
  2. 10 0
      info.txt
  3. 1 1
      map14_in_to0.sh
  4. 4 0
      setup_IN.sh

+ 2 - 0
ArtNetProcessor.py

@@ -307,6 +307,8 @@ class Window():
             if self.ttime+5 < time.time():
                 self.ttime = time.time()
                 self.draw_lines( ["STOP",str(time.time())] )
+                #self.exit()
+                #print( ["STOP",str(time.time())] )
             return
 
         if time.time()-0.12 > self.ttime:

+ 10 - 0
info.txt

@@ -0,0 +1,10 @@
+crontab
+
+@reboot screen -d -m -S ASP4 /home/pi/ASP/start_ASP.sh
+@reboot sh /home/pi/ASP/setup_IN.sh
+@reboot sudo sh /home/pi/start_ap.sh
+
+
+
+#copy sources
+scp -r micha@10.10.10.4:/home/micha/ASP .

+ 1 - 1
map14_in_to0.sh

@@ -1,2 +1,2 @@
 netns=$(ip netns identify $$)
-python3 ArtNetProcessor.py -s 10.10.10.255 -r 2.0.0.14 --inmap 1 netns=$netns
+python3 ArtNetProcessor.py -s 10.10.10.255 -r 2.0.0.14 --inmap 7 netns=$netns

+ 4 - 0
setup_IN.sh

@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+
+sudo sh /home/pi/ASP/netns.sh 24 
+sudo ip netns exec blue224 su pi -c 'screen -d -m -S ASP_IN sh /home/pi/ASP/map14_in_to0.sh'