Extron electronic MGP 462D TV Video Accessories User Manual


 
Software Configuration and Control, cont’d
MGP 462 • Software Configuration and Control4-28
Command/response table for IP control port commands (continued)
Command ASCII (Telnet) URL Encoded (Web) Response Additional description
(host to processor) (host to processor) (processor to host)
Remapping port designations, continued
Reset Direct Access port map
24
Esc
2001MD W2001MD
|
Pmd 02001
Disable Direct Access port map
24
Esc
0MD W0MD
|
Pmd 00000
Read Direct Access port map
24
Esc
MD WMD
|
{port#}
Listing connections
Get connection listing
Esc
CC WCC
|
(See below.)
Unit Telnet text responses:
Remote client IP address: port number, time/date when connection was made, total connection time
Remote client IP address: port number, time/date when connection was made, total connection time
Remote client IP address: port number, time/date when connection was made, total connection time
...
Total clients • connections available
Unit Web responses: HTML Sample Code
var connections = new Array ();
connections [1] = ‘Client IP1, timedate 1, uptime 1’;
connections [2] = ‘Client IP2, timedate 2, uptime 2’;
connections [3] = ‘Client IP3, timedate 3, uptime 3’;
...
connections [n] = ‘Client IPn, timedate n, uptime n’;
connections [n + 1] = ‘total clients, connections available’;