striot-0.1.1.0
Copyright© StrIoT maintainers 2022
LicenseApache 2.0
MaintainerStrIoT maintainers
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Striot.Bandwidth

Description

Experimental routines for reasoning about bandwidth.

Synopsis

Documentation

connectedToSources :: [Partition] -> PartitionMap -> [Partition] Source #

Provide a flattened list of node IDs from a PartitionMap which are connected to a source node within a partition.

overBandwidthLimit :: StreamGraph -> PartitionMap -> Double -> Bool Source #

Does this StreamGraph breach a bandwidth limit?