_81voltd

81voltd 1.2.0

Server-side implementation of the QMI IMS Data service

https://gitlab.postmarketos.org/modem/81voltd
GNU General Public License v2.0 only
main program: 81voltdprograms: 81voltd
Platforms (24)
powerpc64le-linuxs390x-linuxriscv32-linuxaarch64-linuxmipsel-linuxs390-linuxsh4-linuxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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