Through Java, make a call to Javascript functions on networked device?

Posted by stjowa on Stack Overflow See other posts from Stack Overflow or by stjowa
Published on 2010-01-07T21:59:05Z Indexed on 2010/06/01 16:23 UTC
Read the original article Hit count: 162

Filed under:
|
|
|

I am doing device monitoring on a networked system. I need to know how to make Javascript calls on that device via its IP address to get certain status information (this device's status is only available through Javascript APIs, not SNMP, etc). I am working in Java.

ADDED: The specific device is an Amino set-top-box. It has what it calls JMACX: JavaScript Media Access Control Extensions API specification. It allows you within an HTML document to use that API to get MUCH information about the device (cpu usage, channel info, remote-control options, etc.). I need to get this information within a Java program for specific monitoring purposes.

Perhaps possible with HTTP requests?

Any input would be greatly appreciated.

Thanks,

Steve

© Stack Overflow or respective owner

Related posts about java

Related posts about JavaScript