Skip to content

Walt-Intel/amt-explorer

 
 

Repository files navigation

AMT Explorer

Installation

git clone https://github.com/matt-primrose/amt-explorer.git
npm install

Run

npm run start

Open browser and navigate to address in terminal

AMT Explorer running at: http://localhost:3001/

Fill out Host, Username, and Password for the AMT device to connect to; click connect

Select an API Call and Method from the drop down lists. XML Transmit will populate with the XML formatted WSMAN call to send to AMT

Clicking Submit will send the call to the AMT device and the XML formatted WSMAN response from AMT will show up in XML Received. A JSON formatted response will be presented in JSON Received

NOTE: AMT Explorer currently doesn't support TLS, so the only valid port is 16992

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.8%
  • HTML 30.5%
  • JavaScript 0.7%