Files
secondo/Algebras/ContinuousQueries/webinterface
2026-01-23 17:03:45 +08:00
..
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00
2026-01-23 17:03:45 +08:00

Deploy on any web server with php.

In "./index.html" change

	window.sspglobals = {
	   apiurl: "http://localhost/wss/api/api.php"
	}

to the correct url.

In "./api/api.php" change

	$address = "127.0.0.1";
	$port = 12300;

to the ip and port of the coordinator.