Search

Overview The Cisco AnyConnect Virtual Private Network (VPN) client connecting to a virtual private network will make remote resources of another networks available in a secure way as if the user were connected directly to that “private” network. The Cisco AnyConnect VPN client provides remote users with secure VPN connections to the Cisco appliances using the...

For years we've been using the old C program SetDisplay (the code can be seen here, as modified by one of our previous teammates). However we've recently been trying to move everything to Python, and to continue that effort I've set about porting the C code to Python. While we may lose some performance, we hope to gain portability, readability, and maintainability, which we feel are more valuable.