I'm writing software for a system that has several Windows machines and one Linux machine that runs a special communications service, all are on a small private LAN. My app is written in VB.Net and runs on what we call the Admin station, a Dell desktop, and it performs certain monitoring and alerting functions. I use Samba for writing files over to a share on the Linux box.
At times my app needs to know if the app on the Linux is running. That is, is the process currently alive over there. I have learned how to ask Windows about Services running on the local machine, but how to do that for the app on Linux?
At times my app needs to know if the app on the Linux is running. That is, is the process currently alive over there. I have learned how to ask Windows about Services running on the local machine, but how to do that for the app on Linux?