Octave is a Open Source Software , which allows the user to perform typical numerical calculations, such as finding solutions to systems of nonlinear equations, scientific visualization, etc.
Web Interface to Octave lets people use Octave remotely. The user sends the commands to a remote server, next all required computation is done on the server, and finally the user is presented with the results (text or graphics).
The project was based on the ideas from a similar web service, which contained a web interface Octave, written in CGI.
The project aimed at adding more features to what was already available and switching from CGI to PHP.
Version 0.0.1:
May 2007. Pre-release intended as a feasibility demonstration.
Oct 2007. Huge rewrite of the previous version. Fixed user accounts and improved session management.
Version 0.1.0:
November 2008
Version 0.1.1
Development release
So far, all development was conducted by a group of enthusiasts originating from Students' Numerical Research Group associated with the Faculty of Mathematics, Informatics and Mechanics, University of Warsaw
1) WWW server with PHP>=5 support (ex. Apache)
2) SQL server (ex. MySQL, may be remote)
3) Octave>=3.0.0
The code is available at
https://sourceforge.net/projects/weboctave/