public void openBrowser() { try { Application.OpenURL("http://" + TelemachusBehaviour.getServerPrimaryIPAddress() + ":" + TelemachusBehaviour.getServerPort() + "/telemachus/information.html"); } catch { PluginLogger.print( "Unable to open the data link. Please try to edit the Telemachus configuration file manually"); } }
private void telemachusActive() { activeReading = powerConsumption + " units"; uplinkReading = formatBitRate(TelemachusBehaviour.getUpLinkRate()); downlinkReading = formatBitRate(TelemachusBehaviour.getDownLinkRate()); }