I have some software that will disconnect itself from the main server if activity in the program goes idle. From my understanding, I need to intercept some for of heartbeat packet or something and then replicate and send it every couple of seconds. I need to make this a fully separate program (I have to give it to some others in the office and things like WireShark won't solve my issue).
We are trying to run large processes through the program, but, unless we stay on constantly in the program, even if it's running something, it will disconnect.
I'm using .net, specifically VB.net, (I can convert c# most of the time).
Thanks if you can!