From XastirWiki
Jump to: navigation, search

Use Case: Attach a data source

  • User instructs system to create a new data source
  • System prompts user for type of data source
    • TNC
    • APRS-IS server
    • Weather station
    • etc.
  • User selects data source type
  • System prompts user for source-specific parameters
  • User enters source-specific parameters
  • System validates parameters
    • If parameters invalid, prompts user for corrections
  • If parameters valid system stores data source parameters for future use.
  • If user specified that data source should be activated, system activates data source, allowing it to accept data from and provide data to the system.

This use case can be considered as comprising several lower-level use cases.

  • Define data source
  • Configure data source
  • Activate data source