//////////////////////////////////////////////////////////////////// // // PURPOSE: Vehicle parameters that are not viewable or editable via // TethysDash or the get or configSet commands. // //////////////////////////////////////////////////////////////////// // Vehicle.dashIP = "134.89.2.23"; // numeric IPv4 to okeanids.mbari.org // Vehicle.dashPath = "/TethysDash"; // Vehicle.dashPort = "443"; // Vehicle.dashSSL = 1 bool; // Vehicle.hostname = "localhost"; // Vehicle.imei = "000000000000000"; // Subject of e-mails sent to this vehicle // Vehicle.imeiPassword = ""; // Used when sending SBDs via TCP/IP // Vehicle.keyText = "TethysEncryption"; //A 16-byte encryption key. Up to 32 bytes are more secure. // Dash on tethysdash: Vehicle.dashIP = "134.89.12.62"; Vehicle.dashPort = "80"; Vehicle.dashSSL = 0 bool; Vehicle.dashPath = "/TethysDash"; // Dash on tethysdocker: //Vehicle.dashIP = 134.89.12.67"; //Vehicle.dashPort = "8080"; //Vehicle.dashSSL = 0 bool; //Vehicle.dashPath = "/TethysDash"; // The following settings are copied from Config/lrauv-tethys/secure.cfg // If Vehicle.name is changed, these must be copied from the corresponding secure.cfg Vehicle.hostname = "lrauv-sim.shore.mbari.org"; Vehicle.imei = "990900900909009" // Subject of e-mails sent to this vehicle Vehicle.imeiPassword = "e7u64^"; // Used when sending SBDs via TCP/IP Vehicle.keyText = "TethysEncryption"; //A 16-byte encryption key.