tschaefer / linux-iwd

:satellite: Poor man's iwd Perl API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux-iwd

Poor man's iwd Perl API.

Introduction

linux-iwd gathers status information of the iNet wireless daemon (iwd) via DBus.

  • Adapters
  • Devices
  • Known networks
  • Available networks

Installation

Best way is to use the cpanm tool.

$ perl Makefile.pl
$ make dist
$ VERSION=$(perl -le 'use lib "./lib"; use Linux::Iwd; print $Linux::Iwd::VERSION')
$ cpanm Linux-Iwd-$VERSION.tar.gz

License

http://dev.perl.org/licenses/

About

:satellite: Poor man's iwd Perl API.


Languages

Language:Perl 96.0%Language:Raku 2.1%Language:Shell 1.9%