While FROG can be used locally as a normal application, it also exposes functionality via a built in web server as a SOAP web service. The web service is language neutral and can be accessed using a variety of SOAP toolkits in languages that include Perl, Python, PHP, Java, C, C++ and even Fortran.
This means FROG can be used from your own code or scripts for either display, or data processing, without having to learn Java or write alot of code. Client side programs can be as short as a few lines depending on the language and toolkit chosen.
FROG currently provides two web service endpoints.
The web service interface allows FROG to be used as a display tool. The interfface will allows the user to load and display a time series by passing a SOAP message to the FROG web server.
Below is an example Perl script using the SOAP::Lite toolkit to access the FROG web service to display a time series.
The web service interface also allows FROG to be used as an algorithim engine, the example Perl script below dispatches a time series to FROG which then calculates and returns a Fourier Transform for the series between the limits provided.