Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

Samples in C/C++

hasyed
Beginner
397 Views

I am looking for AMT-WSMAN samples in C/C++ (preferably C). They are available in the SDK in C# only. Any suggestions?

Thanks

0 Kudos
2 Replies
Sreelekshm_S_Intel
397 Views

Hi,

I can't think of any at this point of time. Will do some digging and let you know.

Thanks,

Sree

0 Kudos
Ylian_S_Intel
Employee
397 Views
I would start with OpenWSMAN, they perform WSMAN for much more than just Intel AMT but they have samples. The other source of documentation is around Microsoft WinRM. It's a Microsoft COM object that performs WSMAN operations and so, you should be able to use it in any language that supports COM.

If you run Linux or want something small, OpenWSMAN is probably the way to go. Also note that WinRM is present in Microsoft Vista but an optional free package on XP and in both cases the user needs to configure it.

Ylian (Intel AMT Blog)
0 Kudos
Reply