adslib

adslib 0-unstable-2026-04-27

Beckhoff protocol to communicate with TwinCAT devices

https://github.com/stlehmann/ADS
MIT License
programs: -
Platforms (24)
riscv64-linuxx86_64-linuxs390x-linuxmips-linuxmipsel-linuxi686-linuxriscv32-linuxmips64el-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  adslib
];
Ad-hoc shell
nix-shell -p adslib
Flake (nix run)
nix run nixpkgs#adslib