8000 GitHub - ammmze/go-amt at v0.0.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ammmze/go-amt

Repository files navigation

go-amt

Client library to interact with Intel AMT api (via wsman)

Usage

connection := Connection{
    Host: "192.168.32.6",
    User: "admin",
    Pass: "yourreallyawesomepassword",
}
client, err := NewClient(&connection)
assert.NoError(t, err)

err = client.PowerOn()
assert.NoError(t, err)

About

Client library to interact with Intel AMT api (via wsman)

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0