Use Computer Name in Vision screen logic

Is it possible to detect the name of the computer that is viewing the Vision screen and use that in the logic of what is displayed on the screen?

The name of the client is stored as a client tag in [Client]Network/Hostname

To get the name of the client’s computer, try socket in scripting:

import socket

print socket.gethostname()