def get_brightness(self): return self.send("GET_BRIGHTNESS")
def send(self, cmd): self.sock.sendall((cmd + "\r\n").encode()) return self.sock.recv(4096).decode(errors='ignore')
def set_brightness(self, value): return self.send(f"SET_BRIGHTNESS int(value)")
import socket, time
class NovaHClient: def __init__(self, ip, port=5005, timeout=5): self.ip, self.port = ip, port self.sock = socket.create_connection((ip, port), timeout=timeout)
Request a free trial license extension in case you need more time to evaluate our product. You will receive your new trial license shortly after you fill out the application.
Cloud services and managed services providers can benefit with our products. The Terminalworks Partner Program enables you to buy license packages of Terminalworks products and resell them.