nm 0.0.0-dev.1 copy "nm: ^0.0.0-dev.1" to clipboard
nm: ^0.0.0-dev.1 copied to clipboard

outdated

Provides a client to connect to NetworkManager - the service that manages network connections on Linux.

Pub Package

Provides a client to connect to NetworkManager - the service that manages network connections on Linux.

import 'package:dbus/dbus.dart';
import 'package:nm/nm.dart';

var systemBus = DBusClient.system();
var client = NetworkManagerClient(systemBus);
await client.connect();
print('Running NetworkManager ${client.version}');
await systemBus.close();

Contributing to nm.dart #

We welcome contributions! See the contribution guide for more details.

15
likes
0
pub points
93%
popularity

Publisher

verified publishercanonical.com

Provides a client to connect to NetworkManager - the service that manages network connections on Linux.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dbus

More

Packages that depend on nm