- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Intel Active Management Technology Software Developers Kit (SDK) can be downloaded from the Manageability link which is located on this Forums web page. Inside the SDK are libraries containing APIs that your application can call in order to take advantage of Intel AMT to monitor events occurring on your system. The SDK contains documents detailing how to use the APIs as well as code samples to help you get started. The SDK document called User Guide.pdf should be a good place to go to find out which features you need and therefore which sample code you wouldwant to look at.
G.Holmes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It sounds like you are asking how your application code that is running on another (non Intel AMT system) would interface to your Intel AMT client. In the SDK documentation, you will find references to a "Management Console." This would be an application running on a non Intel AMT system that would be interfacing to the Intel AMT Client. An example of this in the sample code can be found in the ...Samples/AgentPresencefolder. In this folder you will find a C++ project called AgentPresenceConsole and another folder called AgentSample. The AgentPresenceConsole software is the Management Console app which runs on the non-Intel AMT system and the AgentSample software runs on the Intel AMT system. Note that when you successfully build these samples you can run them with no arguments to see what the required call sequence is.
I hope this helps!
G. Holmes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AMT deals with alerts from BIOS, sensors, hardware, and firmware. The AMT SDK provides APIs so that Management Console (MC) can subscribe to platform events that IT administrators are interested in. In your case, you application running on an AMT system doesn't use AMT to send out events. Since the app is up and running, it can use the in-band way to send out its events, i.e., through OS.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page