86. Internet

Internet connection and YOU during the installation

86.1. Summary of Module Globals

List of Global Functions

  • Connected - Test if the interface is connected

  • FindFastest - Find the fastest connection to the Internet

  • SetDemand - Set dial-on-demand

  • Start - Start the fastest interface

  • Status - Status of the fastest interface

  • Stop - Stop the fastest interface

List of Global Variables

  • device - Values for selected connection.

  • do_test - Flag to remember if user wants to run internet test

  • do_you - Flag to remember if you should be started

86.2. Global Functions

86.2.1. Connected

Test if the interface is connected

Return value

  • boolean - true if connected

86.2.2. FindFastest

Find the fastest connection to the Internet

Return value

  • boolean - true if a "good" connection was found

86.2.3. SetDemand

Set dial-on-demand

Function parameters

  • boolean demand

Return value

  • void

86.2.4. Start

Start the fastest interface

Function parameters

  • string log

Return value

  • boolean - true if successful started

86.2.5. Status

Status of the fastest interface

Return value

  • boolean - true if interface is up (which is not equal to connected)

86.2.6. Stop

Stop the fastest interface

Function parameters

  • string log

Return value

  • boolean - true if successful stopped

86.3. Global Variables

86.3.1. device

Values for selected connection.

86.3.2. do_test

Flag to remember if user wants to run internet test

86.3.3. do_you

Flag to remember if you should be started

86.4. Module Requirements

86.4.1. Module Imports

  • Map
  • NetworkDevices
  • Provider
  • Service

86.4.2. Module Includes