NetTrafficCalc v1.00 is an "Network Traffic Calculator" for
the TI-83, TI-83 Plus and TI-84 Plus written in TI-BASIC.

("Network Traffic" or, of course, any sort of binary transmission.)

The program can calculate
  how long a transmission will last (given bandwidth and data volume)
  how much data can be transmitted in a certain time (given bandwidth and time)
  and what the bandwidth of a certain transmission is (given time and data volume).

Usage:
  Input two units (data volume, bandwidth or transmission time) and
  than select the unit prefix of the result value. In such cases in
  which the transmission time is calculated, the result will be 
  displayed immediately.

  The Ans variable of the calculator contains the result value as
  well. If the transmission time was calculated, the Ans variable
  will contain the time in seconds.

Control:
  MODE to quit
  UP or DOWN to choose the input unit
  ENTER or RIGHT to start entering values
  NUMBERS or DOT to input values
  DEL to delete input
  CLEAR to reset input
  If VOLUMEN or BANDWIDTH is selected
    Y= or WINDOW to choose the unit prefix
    ZOOM to choose the unit
    TRACE or GRAPH to select the unit multiples (binary or decimal)
  If TIME is selected
    Y= for days
    WINDOWS for hours
    ZOOM for minutes
    TRACE or GRAPH for seconds
  ENTER to end input

The program takes use of the following variables:
A, B, C, D, E, G, I, K, O, P, S, T, V, X, Y, Z

Author:   Thomas Bohl
Contact:  thomas-bohl@gmx.de
Released: 01.05.2010
