|
Database Teleporter BRIGADOON-0009
An Open Simulator Teleporter using a central database.
|
The project is a series of scripts and HTML code that is used to provide destination lists for teleporters. The suite consists of three (3) scripts running under Open Simulator and one (1) php program called up by the local web server.
(1) teleporter_heartbeat.osl is an Open Simulator script that outputs a heartbeat message to the webserver invoking the teleporter.php program which manages the information about the teleporter in a database.
(2) brigadoon_teleporter.osl is a script that performs the normal unctions of a teleorter using a notecard list of destinations.
(3) teleport.php is used to control the database holding all of the possible teleporter destineations. it is used in insert, modify and delete teleporter entries.
(4) teleport_destination_monitor.osl is used to periodally check if each teleporter is send out heartbeat. If it is not, the teleporter is removed from the database.