net-spider-rpl-cli-0.1.1.1: CLI executable of NetSpider.RPL.

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellNone
LanguageHaskell2010

NetSpider.RPL.CLI

Contents

Description

 
Synopsis

Documentation

main :: IO () Source #

Symbols only for testing

data CLIConfig n na fla Source #

Top-level configuration obtained from command-line arguments.

Constructors

CLIConfig 

Fields

data Cmd Source #

CLI subcommands and their arguments.

Constructors

CmdClear

Clear the entire database.

CmdInput InputParams

Input FoundNodes to the database

CmdSnapshot (Query IPv6ID () () ())

Get a snapshot graph.

CmdCIS InputParams (Query IPv6ID () () ())

Clear + Input + Snapshot

data InputParams Source #

Parameters for input command. Filenames to input, filter for FoundNodes, and the year that the parser use to parse the input files.

Constructors

InputParams [FilePath] FoundNodeFilter (Maybe Year)