The javascriptRRD package contains two javascript modules:
The rrdFile module, used to extract information from RRD archives loaded as binary file objects.
The binaryXHR module, used to retrieve binary files using the XMLHttpRequest API.
Together they can be used to implement AJAX style applications.
Graphing is currently not natively supported by the libraries, but can be easily achieved with third party libraries, like JFlot. An example is provided in the src/examples directory.
The javascriptRRD package
is hosted at http://javascript.sourceforge.net.
|