Skip to main content

A gossip-based swarm communication library

Project description

SwarmNet

A robust communications library for robot swarms. This is based on gossip protocols where the message will propagate around the swarm. When an agent receives a message it has not seen before, it will broadcast it to all other members of the swarm.

Usage

A SwarmNet object must be created that handles all of the communication. Only one instance should be created. To start the communication framework, the start() method must be run.

All devices must use the same port number

This start() command will broadcast a JOIN command to register with the rest of the swarm.

Message Format

All messages follow the format: <CMD> <DATA1> <DATA2> ...

A dictionary that maps command tokens to functions is passed to the SwarmNet constructor. The signature of this map is Dict[str, Callable[[Optional[str]], None]] where the str passed to the parser function is the rest of the message string (if any)

Internally, every message is prefixed with an identifier that is not overwritten when the message is forwarded by receivers. This means agents will not parse their own message or parse the same message more than once.

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

swarmnet-0.0.4.tar.gz (18.8 kB view details)

Uploaded Source

Built Distribution

swarmnet-0.0.4-py3-none-any.whl (20.1 kB view details)

Uploaded Python 3

File details

Details for the file swarmnet-0.0.4.tar.gz.

File metadata

  • Download URL: swarmnet-0.0.4.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for swarmnet-0.0.4.tar.gz
Algorithm Hash digest
SHA256 5723856e5ab40a6b88377918c936b525b1c635d7845e146fbc204edb805ee71f
MD5 50f5ad2991dc61f335ab5cc6983b6a14
BLAKE2b-256 98c6560b5b7a717aa07306899a5fc7ac16160870023e520e7dd926903f67ac72

See more details on using hashes here.

File details

Details for the file swarmnet-0.0.4-py3-none-any.whl.

File metadata

  • Download URL: swarmnet-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 20.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for swarmnet-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f63d421eaebc09e978fcae6d6f7799a21e2979b7ef6248b8e7c761cce35b4840
MD5 b79c0b0a7b9efcafdefb11c0a353e0ad
BLAKE2b-256 c57c404689a0895f7962b076b832f0f4e57ef860d133c523a227061bfc83b3da

See more details on using hashes here.

Supported by

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