Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bayesianinstitute/mqtt_comm_test

Testing Mqtt and Experiment
https://github.com/bayesianinstitute/mqtt_comm_test

Last synced: about 1 month ago
JSON representation

Testing Mqtt and Experiment

Awesome Lists containing this project

README

        

# Mqtt_Comm_Test
Testing MQTT and Experiment

## Overview
This project is focused on testing MQTT communication and conducting experiments with MQTT clusters.

## Getting Started
To run the project, you can use the following steps:

### Installation
1. Clone this repository to your local machine.

```
git clone https://github.com/bayesianinstitute/Mqtt_Comm_Test.git
```

Navigate to the project directory.
```
cd Mqtt_Comm_Test
```

### Running the Project
Use the following command to run the project:

```
python Cluster.py
: Name of the cluster.
: Number of workers.
: Internal cluster topic.
```
#### Example

```

python Cluster.py USA 3 internal-cluster-topic-USA
```

### Core Functions
The project's core contains the main MqttCluster class that handles the MQTT cluster communication. The core functionalities include:

Creating and managing MQTT clients.
Running the logic for the cluster.