Categories
Tag: flowStats
Monitoring Downlink thoughtput
I am trying to use FlowMonitor to monitor the downlink throughput in the network every 1 minute. This is my code: void ThroughputMonitor(FlowMonitorHelper* fmhelper, Ptr flowMon, Gnuplot2dDataset DataSet){ double localThrou = 0; std::map flowStats = flowMon->GetFlowStats(); int j=0; float AvgThroughput = 0; Ptr<Ipv4FlowClassifier> classing…
Bioconductor – plateCore
This package is for version 3.4 of Bioconductor; for the stable, up-to-date release version, see plateCore. Statistical tools and data structures for plate-based flow cytometry Bioconductor version: 3.4 Provides basic S4 data structures and routines for analyzing plate based flow cytometry data. Author: Errol Strain, Florian Hahne, and…