Skip to content
@MADS-NET

MADS

Multi-Agent Distributed System

MADS-NET: Multi-Agent Distributed System

MADS-NET is a simple framework for implementing a network of distributed agents that can exchange information via ZeroMQ.

It is made by a main set of executables available in the MADS tools collection repo, which also provides installers for Linux, MacOS and Windows.

The MADS tools collection includes a broker and a set of general purpose agents that can act as sources, filters, or sinks. The actual operations performed by agents can be customized either via scripting languages (using simple popen interface), or by implementing dedicated plugins in C++.

Some of the available plugins are:

  • arduino_plugin: reads from a serial connected arduino
  • hpe2D_plugin: performs human pose estimation from a camera stream
  • mqtt_plugin: acts as a bridge with an MQTT network via two agents: mqtt2mads.plugin (source) and mads2mqtt.plugin (sink)
  • say_plugin: Text-to-speech of incoming messages
  • ble_plugin: Bluetooth Low Energy source plugin
  • tui_plugin: Terminal User Interface for sending metadata commands to MADS network
  • lua_plugin: Interfacing Lua scripts to the MADS network (useful for prototyping and rapid development)
  • hdf5_plugin: a sink agent that logs data traffic into a HDF5 file
  • rpio_plugin: source and sink agents for Raspberry Pi GPIO pins (using libgpiod v1.6)
  • rerunner_plugin: a sink agent that logs data to the Rerun.io viewer
  • replay_plugin: a source agent taht replays data reading from a CSV file
  • agents_status_plugin: a sink agent that tracks active agents and their status

There are also additional monolithic agents:

  • python_agent: Interfacing Python3 scripts to the MADS network (useful for prototyping and rapid development)

Popular repositories Loading

  1. rerunner_plugin rerunner_plugin Public

    Sink plugin that plots incoming data on Rerun.io

    C++ 1 1

  2. agents_status_plugin agents_status_plugin Public

    Keep track of running agents

    C++ 1

  3. hpe2D_plugin hpe2D_plugin Public

    C++

  4. arduino_plugin arduino_plugin Public

    C++

  5. .github .github Public

  6. mqtt_plugin mqtt_plugin Public

    A bridge between a MQTT net and MADS net

    C++

Repositories

Showing 10 of 25 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…