|
Database Teleporter BRIGADOON-0009
An Open Simulator Teleporter using a central database.
|
Interface between Open Simulator and SQL Database via HTML. More...
Go to the source code of this file.
Classes | |
| class | rdTeleport |
| All of the Routines to Control the Teleporter Database. More... | |
Variables | |
| $parameters = json_encode($_GET) | |
| $readings = json_decode( $parameters, true ) | |
| $my_teleport = new rdTeleport() | |
Interface between Open Simulator and SQL Database via HTML.
This script is used to receive commands from the Open Simulator scripts used to control a Teleportation device. The script is triggered by receiving a command from the Open Simulator object running the teleporter(s).
The primary command processed by this script is the "heartbeat" command. This is used to record that the teleporter is still active and should not be remoed as being inoperative. The heartbeat command is also used to update the location and orientation of the teleporter. It will also add new telporters to the database provided that it can be adequately recognised.
Definition in file teleport.php.
| $my_teleport = new rdTeleport() |
Definition at line 564 of file teleport.php.
| $parameters = json_encode($_GET) |
Definition at line 561 of file teleport.php.
Referenced by rdTeleport\rdProcessTeleport().
| $readings = json_decode( $parameters, true ) |
Definition at line 562 of file teleport.php.
Referenced by rdTeleport\rdConfirmUser(), and rdTeleport\rdProcessTeleport().