# Installer mbpoll avec Homebrew, apt, dnf, Nix, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mbpoll pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:mbpoll
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mbpoll
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install mbpoll
```

  Preuve: Debian stable package indexes: mbpoll from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mbpoll
```

  Preuve: Fedora Rawhide package metadata: mbpoll from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mbpoll
```

  Preuve: nixpkgs package indexes: pkgs/by-name/mb/mbpoll/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install mbpoll
```

  Preuve: openSUSE Tumbleweed package metadata: mbpoll from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:mbpoll
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.5.4
- **Résumé source:** Command-line utility to communicate with ModBus slave (RTU or TCP)
- **Page d'accueil:** <https://epsilonrt.fr>
- **Dépôt:** <https://github.com/epsilonrt/mbpoll>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mbpoll (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.5.4
## Historique du projet et usages

mbpoll is a command-line Modbus master utility for polling Modbus slaves over RTU serial links or Modbus TCP. It is a small industrial-automation diagnostic tool rather than a framework, which makes it attractive to package managers as a single executable operators can install quickly.

### Historique du projet

The upstream project is maintained by epsilonRT and describes mbpoll as a command-line utility to communicate with Modbus slave devices. The public release stream reached v1.0 in 2016 and continued through later 1.x maintenance releases, with the README noting that a version 2 rewrite based on libmodbuspp is under development.

### Historique d'adoption

The input metadata lists packages for Homebrew, Debian, Ubuntu, Fedora, Nix, and openSUSE, showing adoption beyond its original upstream audience. That cross-distro availability is typical for plant-floor and lab tools: the program is small, scriptable, and useful when hardware needs to be queried from whatever Unix-like host is available.

### Modes d'utilisation

mbpoll is commonly used to read or write Modbus registers from shell scripts, terminals, and troubleshooting sessions. It fills the gap between low-level serial/TCP connectivity and full SCADA or PLC software by exposing Modbus transactions as a CLI.

### Pourquoi les passionnés de paquets s'y intéressent

Package nerds care about mbpoll because it is a concise example of an industrial protocol tool that belongs in general-purpose package indexes. It is niche, but when a user needs it, installing a known formula or distro package is much faster than building field tooling from source on-site.

### Chronologie

- 2016: mbpoll v1.0 was published on GitHub releases.
- 2019: v1.4.11 marked continued 1.x maintenance.
- 2023: v1.5 added a newer 1.x release line.
- 2026: v1.5.4 was published as a maintenance release.

### Related projects

- Related tools and libraries include libmodbus, QModMaster, pymodbus, and other Modbus RTU/TCP diagnostic clients.

### Sources

- <https://github.com/epsilonrt/mbpoll>
- <https://github.com/epsilonrt/mbpoll/releases>
- <https://github.com/epsilonrt/mbpoll/tree/master/doc>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - mbpoll - 1.5.2-1: normalized package name match | Debian stable package indexes: mbpoll from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command line utility to communicate with ModBus slave (RTU or TCP) | https://github.com/epsilonrt/mbpoll
- Nix - mbpoll: normalized package name match | nixpkgs package indexes: pkgs/by-name/mb/mbpoll/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - mbpoll - 1.4.11+dfsg-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: mbpoll from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command line utility to communicate with ModBus slave (RTU or TCP) | https://github.com/epsilonrt/mbpoll
- dnf - mbpoll - 1.5.4-2.fc45: normalized package name match | Fedora Rawhide package metadata: mbpoll from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Command line utility to communicate with ModBus slave (RTU or TCP) | https://github.com/epsilonrt/mbpoll
- zypper - mbpoll - 1.5.4-1.5: normalized package name match | openSUSE Tumbleweed package metadata: mbpoll from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Command line utility to communicate with ModBus slave (RTU or TCP) | https://github.com/epsilonrt/mbpoll


## Combined YAML source

View the package source record on GitHub. [combined/mbpoll.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mbpoll.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
