Difference between revisions of "XML Management Protocol"

From Krupczak.org
Jump to: navigation, search
(New page: =='''XMP: XML Management Protocol'''== ----)
 
('''XMP: XML Management Protocol''')
Line 1: Line 1:
 
=='''XMP: XML Management Protocol'''==
 
=='''XMP: XML Management Protocol'''==
  
----
+
<center>
 +
<graphviz>
 +
digraph P {
 +
 
 +
  rankdir=TB;
 +
  style=transparent;
 +
  SSL [style=filled];
 +
  XMP -> XML -> SSL -> TCP -> IP;
 +
  label = "XMP Encapsulation";
 +
 +
}
 +
</graphviz>
 +
</center>
 +
 
 +
Entities acting as managers initiate communication with agents.  Manager closes session when finished.
 +
 
 +
XMP has been implemented in ''C'' and ''Java''.  Bindings for Perl are in the works.  An XMP adapter has also been written for MRTG.

Revision as of 21:15, 30 March 2007

XMP: XML Management Protocol

Entities acting as managers initiate communication with agents. Manager closes session when finished.

XMP has been implemented in C and Java. Bindings for Perl are in the works. An XMP adapter has also been written for MRTG.

Personal tools