Skip to content

rickard-von-essen/goprlapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Parallels SKD - C API Wrapper

Parallels Logo

This is Go wrapper of the Parallels Virtualization SDK 9 for Mac C API.

Note

This project is still in active development and most features of the SKD is not implemented. If you are missing some dig in and open a pull request. The API of the wrapper might change, so be warned.

To understand how to use the wrapper be sure to read the Parallales Deveoper Documentation.

I'm look forward to hearing from you with any issues or features. Thank you!

Requirements

Install DMG: Parallels Virtualization SDK 9 for Mac It will install under /Library/Frameworks/ParallelsVirtualizationSDK.framework

Example

server, err := goprlapi.LocalConnect()
vm, err := server.getVm("My Virtual Machine")
fmt.Printf("VM name: %s", vm.Name())

Copyright

Distributed under the MIT license, see LICENSE.

© 2014 Rickard von Essen

Contributors

  • Rickard von Essen @rickard-von-essen

About

Parallels SDK C API facade

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages