The current set of binary packages in the nbpr Hex organisation, derived from packages/ in the workspace at docs-build time.

The :nbpr library itself isn't shown — it lives on public hex.pm rather than the nbpr organisation. Install it directly from hex.pm/packages/nbpr.

PackageVersionDescription
:nbpr_dnsmasq2.91.0Lightweight DHCP/DNS server (dnsmasq) packaged for Nerves
:nbpr_htop3.4.1Htop is an interactive text-mode process viewer for Linux.
:nbpr_iperf33.19.1Iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks.
:nbpr_jq1.8.1Lightweight JSON processor (jq) packaged for Nerves
:nbpr_libpcap1.10.5A system-independent library for user-level network packet capture.
:nbpr_strace6.18.0A useful diagnostic, instructional, and debugging tool.
:nbpr_tcpdump4.99.5A tool for network monitoring and data acquisition.

Using a package

Add the library plus whichever binary packages you need:

defp deps do
  [
    {:nbpr, "~> 0.2"},
    {:nbpr_jq, "~> 1.0", organization: "nbpr"}
  ]
end

See Getting started for the full consumer flow, including authenticating to the nbpr organisation.