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

AMT Tool RemoteControl Sources

EVP_D_
Beginner
718 Views

Hi guys,

 

is it possible to get the source code in c# for the RemoteControl.exe tool tha comes with the ATM vPRO SDK ?

I'd like to send the wakeup  byte sequence to the clients from our own application, but I dont want to run remotecontrol.exe within a shell session. Instead I'd like to send the byte sequence directly via (tcp/udp...???) to the client. Are there any samples available how this can be accomplished in c# or vb.net ?

many thanks!

0 Kudos
2 Replies
Gael_H_Intel
Moderator
718 Views

How about the powershell snippets?  We have tried to get the remote control library opened up to the public but have not been successful. (sorry)

Here is a blog I wrote:

https://software.intel.com/en-us/blogs/2014/11/07/access-intel-amt-via-microsoft-powershell

 

0 Kudos
EVP_D_
Beginner
718 Views

thanks for the feedback. However, this doesn't help me - unfortunately.

How should a byte sequence be sent to a AMT PC via the IP network?

I know these things:

* The Byte sequence to Wake Up the PC

* The IP Address and the FQDN of the PC

* The  Username / Password

 

So the question now is how should  this bytes be sent to the PC ?

any suggestion / code example would really  help.

I guess this is a pretty deep knowledge based question - so if any AMT guru could give me some hints that would be really great!

0 Kudos
Reply