Database Teleporter BRIGADOON-0009
An Open Simulator Teleporter using a central database.
Loading...
Searching...
No Matches
teleport.php File Reference

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()

Detailed Description

Interface between Open Simulator and SQL Database via HTML.

Author
River Drifter river.nosp@m.-dri.nosp@m.fter@.nosp@m.auss.nosp@m.iebro.nosp@m.adba.nosp@m.nd.co.nosp@m.m.au
Version
2.2.0
Date
05-January-2026

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.

Variable Documentation

◆ $my_teleport

$my_teleport = new rdTeleport()

Definition at line 564 of file teleport.php.

◆ $parameters

$parameters = json_encode($_GET)

Definition at line 561 of file teleport.php.

Referenced by rdTeleport\rdProcessTeleport().

◆ $readings

$readings = json_decode( $parameters, true )

Definition at line 562 of file teleport.php.

Referenced by rdTeleport\rdConfirmUser(), and rdTeleport\rdProcessTeleport().