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.6.tar.gz (18.8 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: swarmnet-0.0.6.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.6.tar.gz
Algorithm Hash digest
SHA256 4ab6358eba13ae0f540afc96707dbb3bfbaed516975e01e58cc6e62dfae3058a
MD5 1812ffa448f29b8675294651ab4b3480
BLAKE2b-256 8c9768b94b641a53a66e9d54489d127bbafa32769b15af552adafda8ff2246a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: swarmnet-0.0.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2a0c62fe1abd8a665692b5dfcb65c38c4186abcdc2a71c5960cc1249d3a406f9
MD5 b9c0a6facd083988faa24a33c6cac125
BLAKE2b-256 60a45edd30fe9d58d67afa9420a59e74ed18eac5bb1065c6132831f974176743

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