Skip to main content

Run Your Own Robot Swarm Testbed.

Project description

SwarmIT

SwarmIT provides a embedded C port for nRF53 as well as Python based services to easily build and deploy a robotic swarm infrastructure testbed. ARM TrustZone is used to create a sandboxed user environment on each device under test, without requiring a control co-processor attached to it.

Features

  • Experiment management: start, stop, monitor and status check
  • Deploy a custom firmware on all or on a subset of robots of a swarm testbed
  • Resilient robot state: even when crashed by buggy user code, the robot can be reprogrammed remotely and wirelessly

Usage

Get the code

Swarmit depends on the DotBot-firmware and Mari repositories. They are included in the codebase as Git submodules.

Use the following command to clone the Swarmit codebase locally:

git clone --recurse-submodules https://github.com/DotBots/swarmit.git

Embedded C code

SwarmIT embedded C code can be built using Segger Embedded Studio (SES). Use Tools > Package manager to install the CMSIS 5 CMSIS-CORE, CMSIS-DSP and nRF packages.

To provision a device, follow the following steps:

  1. open netcore.emProject and bootloader.emProject (or bootloader.emProject depending on your robot version) in SES
  2. build and load the netcore application on the nRF53 network core,
  3. build and load the bootloader application on the nRF53 application core.

The device is now ready.

Gateway

The communication between the computer and the swarm devices is performed via a gateway board connected via USB to the computer.

This gateway uses the mari network stack and must run the Mari gateway firmware.

The documentation to setup a Mari gateway is located here.

Python CLI script

The Python CLI script provides commands for flashing, starting and stopping user code on the device, as well as monitoring and checking the status of devices in the swarm.

The Python CLI script connects via a virtual COM port to the gateway connected to the computer.

The Python CLI script is available on PyPI. Install it using:

pip install swarmit

Print usage using swarmit --help:

Usage: swarmit [OPTIONS] COMMAND [ARGS]...

Options:
  -p, --port TEXT                 Serial port to use to send the bitstream to
                                  the gateway. Default: /dev/ttyACM0.
  -b, --baudrate INTEGER          Serial port baudrate. Default: 1000000.
  -H, --mqtt-host TEXT            MQTT host. Default: localhost.
  -P, --mqtt-port INTEGER         MQTT port. Default: 1883.
  -T, --mqtt-use_tls              Use TLS with MQTT.
  -n, --network-id INTEGER        Marilib network ID to use. Default: 1
  -a, --adapter [edge|cloud]
                                  Choose the adapter to communicate with the
                                  gateway.  [default: edge]
  -d, --devices TEXT              Subset list of devices to interact with,
                                  separated with ,
  -v, --verbose                   Enable verbose mode.
  -V, --version                   Show the version and exit.
  -h, --help                      Show this message and exit.

Commands:
  flash    Flash a firmware to the robots.
  message  Send a custom text message to the robots.
  monitor  Monitor running applications.
  reset    Reset robots locations.
  start    Start the user application.
  status   Print current status of the robots.
  stop     Stop the user application.

Project details


Download files

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

Source Distribution

swarmit-0.5.0.tar.gz (13.4 kB view details)

Uploaded Source

Built Distribution

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

swarmit-0.5.0-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file swarmit-0.5.0.tar.gz.

File metadata

  • Download URL: swarmit-0.5.0.tar.gz
  • Upload date:
  • Size: 13.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for swarmit-0.5.0.tar.gz
Algorithm Hash digest
SHA256 c5ac2638534f3b7559ab7250de992baf9612ad2d6c9861b112f4158243431596
MD5 fd2912ba0900df772ab27625c0b49f49
BLAKE2b-256 2d79e1d2416f2b3b0b8b8ef55e47dcee10d12ab220c93df5fccf4ddad20fc8cc

See more details on using hashes here.

File details

Details for the file swarmit-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: swarmit-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for swarmit-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c94395dcb26a30b163828a8d67b47b75255ea1b9020ac4a6e2483aa40b6e1a24
MD5 3f8adb58849172cc5db7342a927c07ff
BLAKE2b-256 299223d1a96b686602bb7949a7aca9146cf1a6b7393c29cbab23235539697eef

See more details on using hashes here.

Supported by

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