re-arranging files for pcu control
[monitor.git] / pcucontrol / models / intelamt / README
1 //----------------------------------------------------------------------------
2 //
3 //  Copyright (C) Intel Corporation, 2003 - 2007.
4 //
5 //  File:       README 
6 //
7 //  Contents:   Intel(R) Active Management Technology (Intel(R) AMT):
8 //              A short description of the Remote Control 
9 //              sample code for the usage of developers
10 //
11 //----------------------------------------------------------------------------
12
13 Remote Control sample application:
14 ----------------------------------
15 This sample application demonstrates how to retrieve information 
16 about the IntelĀ® AMT device capabilities and the power state 
17 of the remote machine, and how to control remotely the boot 
18 and power state of the managed PC.
19
20
21 How to run the sample (X32 and X64 environment):
22 ------------------------------------------------
23 1. Run "make" from a command prompt. "remoteControl" should be created.
24 2. Make sure that the Intel(R) AMT device has been activated on the target
25    machine.
26 3. Use the generated executable as described in the command usage (type the 
27    command to obtain the usage instructions).
28
29 Notes:
30 ------
31 1. This sample uses gSOAP library. 
32 2. In order to compile the sample code it is essential to put the directories
33    ThirdParty, Include, Lib, Src and Samples in the same structure as in the
34    IntelĀ® AMT SDK.