22.06.2017, 12:32
Each script is a separate OS process, this means you cannot access other process resources directly. You can create a local UDP server in your resident script which to proxy data from event scripts: https://forum.logicmachine.net/showthrea...15#pid2015
You can get a list of currently open TCP client connections like this:
You can get a list of currently open TCP client connections like this:
Code:
clients = io.readproc('netstat -ptn | grep ESTABLISHED')