I'm using Robot Framework to test network issues and servers. I'm on a windows environment.
Right now, I'm in need to test if a certain service is available on localhost on a certain port. I could use netstat together with the Process library to figure out if the desired service is running on the designated port, but this seems to be a bit clumsy.
What might be a best suited Robot Framework library, to obtain the desired information?