Browse Source

add: Art-Net™ Designed by and Copyright Artistic Licence Holdings Ltd

micha 3 years ago
parent
commit
3e22af5667
3 changed files with 14 additions and 1 deletions
  1. 6 1
      ArtNetProcessor.py
  2. 4 0
      send.py
  3. 4 0
      send2.py

+ 6 - 1
ArtNetProcessor.py

@@ -767,15 +767,20 @@ class Socket():
 # ============================================================   
 # miniartnet4.py =============================================   
 # ============================================================   
+
+
 import time
 import socket
 import struct
 import random
 
 class ArtNetNode():
-    """simple Object to generate ArtNet Network packages 
+    """simple Object to generate raw ArtNet like Network packages 
        works in Python2 and Python3  2021-12-05
+       (only basic implementation)
 
+       "Art-Net™ Designed by and Copyright Artistic Licence Holdings Ltd"
+       https://art-net.org.uk/
     """
     def __init__(self, to="10.10.10.255",univ=7,port=6454):
         try: 

+ 4 - 0
send.py

@@ -8,6 +8,10 @@ class ArtNetNode():
     """simple Object to generate ArtNet Network packages 
        works in Python2 and Python3  2021-12-05
 
+       (only basic implementation)
+
+       "Art-Net™ Designed by and Copyright Artistic Licence Holdings Ltd"
+       https://art-net.org.uk/
     """
     def __init__(self, to="10.10.10.255",univ=7,port=6454):
         try: 

+ 4 - 0
send2.py

@@ -8,6 +8,10 @@ class ArtNetNode():
     """simple Object to generate ArtNet Network packages 
        works in Python2 and Python3  2021-12-05
 
+       (only basic implementation)
+
+       "Art-Net™ Designed by and Copyright Artistic Licence Holdings Ltd"
+       https://art-net.org.uk/
     """
     def __init__(self, to="10.10.10.255",univ=7,port=6454):
         try: