////////////////////////////////////////////////////////////////////
//
// PURPOSE: Vehicle parameters that are not viewable or editable via
//          TethysDash or the get or configSet commands.
//
//
////////////////////////////////////////////////////////////////////

   Vehicle.dashPath     = "/TethysDash";
   Vehicle.dashPort     = "443";
   Vehicle.dashSSL      = 1 bool;
   Vehicle.hostname     = "lrauv-pallas.shore.mbari.org";
   Vehicle.imei         = "999999999999999" // Subject of e-mails sent to this vehicle
   Vehicle.imeiPassword = "y7S8j9hYZ3aJwvea"; // Used when sending SBDs via TCP/IP
   Vehicle.keyText      = "TethysEncryption"; //A 16-byte encryption key. Up to 32 bytes are more secure.

