Skip to main content

FlockLab Tools

This Python package provides tools for working with the FlockLab 2 testbed.

Features:

  • Python API for managing FlockLab 2 tests
  • Command-line interface (CLI) for Interfacing with FlockLab 2
  • Programmatic creation of FlockLab 2 test xml files (in python)
  • Visualization of FlockLab 2 test results

PyPi Webpage
Source Code
Changelog

Installation

Dependencies:

  • python3.6+
  • setuptools, pkg_resources, pip, wheel (usually pre-installed when using a virtual environment)
  • numpy
  • pandas
  • bokeh
  • requests
  • appdirs
  • rocketlogger
  • pyelftools

Install with

python -m pip install flocklab-tools

or

pip install flocklab-tools

Uninstall

python3 -m pip uninstall flocklab-tools

Usage

Command Line Interface (CLI)

System wide command:

flocklab -h

Alternative (using the python module):

python -m flocklab -h

Command Line Options:

-h, --help            show this help message and exit
-v <testconfig.xml>, --validate <testconfig.xml>
                      validate test config
-c <testconfig.xml>, --create <testconfig.xml>
                      create / schedule new test
-a <testid>, --abort <testid>
                      abort test
-d <testid>, --delete <testid>
                      delete test
-i <testid>, --info <testid>
                      get test info
-g <testid>, --get <testid>
                      get test results
-o <platform>, --observers <platform>
                      get a list of the currently available (online) observers
-p, --platforms       get a list of the available platforms
-x [<result directory>], --visualize [<result directory>]
                      Visualize FlockLab result data
-s <factor>, --downsampling <factor>
                      downsampling factor for power profiling data in visualization
-y, --develop         Enable develop output (incl. develop signals (nRST, PPS) in visualization)
-V, --version         Print version number

Visualization of FlockLab Results

flocklab -x <result directory>

Python Support

Example

from flocklab import Flocklab
from flocklab import *

fl = Flocklab()

testId = 0
fl.getResults(testId)

fc = FlocklabXmlConfig()
fc.generalConf.name = 'Example Test'
fc.generalConf.description = 'Description of example test'
fc.generalConf.duration = 60 # duration in seconds
# ...

Development

Bug Reports / Feature Requests

Please send bug reports and feature requests to rtrueb@ethz.ch.

Installation for Development

Clone this repository and run the following from inside the root folder of the project (where setup.py is located):

python -m pip install -e .

You can edit the source files and the module will reflect the changes automatically (the -e option which means editable install).

License & Copyright

This project is licensed under the BSD-3-Clause license. For details, see the LICENSE file.

Copyright (c) 2021, ETH Zurich, Computer Engineering Group (TEC)

List of Contributors

  • Roman Trub
  • Matthias Meyer
  • Reto Da Forno

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flocklab-tools-0.2.9.tar.gz (27.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flocklab_tools-0.2.9-py3-none-any.whl (26.3 kB view details)

Uploaded Python 3

File details

Details for the file flocklab-tools-0.2.9.tar.gz.

File metadata

  • Download URL: flocklab-tools-0.2.9.tar.gz
  • Upload date:
  • Size: 27.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for flocklab-tools-0.2.9.tar.gz
Algorithm Hash digest
SHA256 2b9cc6efca34524dab272da0ce7d9dea8f04d15c38375c687c55b7c813caab35
MD5 3b2314460469bc1c94b425d5d18a71f0
BLAKE2b-256 6045b8c76591a01594c7107f32da7815df46ab05627d472645a2235d88f8e46f

See more details on using hashes here.

File details

Details for the file flocklab_tools-0.2.9-py3-none-any.whl.

File metadata

  • Download URL: flocklab_tools-0.2.9-py3-none-any.whl
  • Upload date:
  • Size: 26.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for flocklab_tools-0.2.9-py3-none-any.whl
Algorithm Hash digest
SHA256 2dac094cc4a2852cad4d734b05ac490c64836333e7a142f939384e223b3f3afe
MD5 661c42541e088ebe34ccfce638190868
BLAKE2b-256 9f5549a7d0bfdd21c1fb1c763c712802a7dfde90e9590cec5e003554786835d3

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2.9 This release

2 files

0.2.8

2 files

0.2.7

2 files

0.2.6

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page