Instructions are current for Transkoder 2020.
This has been tested on Ubuntu 20.04, but you can adapt to other distributions.
Supported versions:
- PHP 7.1 - 7.2
- MariaDB 10.1 - 10.3
- Apache 2.4
import time | |
import socket | |
import requests | |
import xml.etree.ElementTree as ET | |
# Tested with Qsys Core Nano version 9.9.0 | |
# Packets captured from TSC-80-G2 using tcpdump | |
# This looping code allows the Core to discover a touchpanel on a network without multicast | |
CORE_IP = 'xxx.xxx.xxx.xxx' |