upnp_client 0.0.2 copy "upnp_client: ^0.0.2" to clipboard
upnp_client: ^0.0.2 copied to clipboard

outdated

Universal Plug and Play Client Implementation. Supports IGD control as well as DLNA

example/upnp_client_example.dart

import 'dart:io';

import 'package:upnp_client/upnp_client.dart';

Future<void> main() async {
  var deviceDiscover = DeviceDiscoverer();
  await deviceDiscover.start(addressType: InternetAddressType.IPv4);
  deviceDiscover.search();
}
6
likes
0
points
450
downloads

Publisher

verified publisherhillpro.dev

Weekly Downloads

Universal Plug and Play Client Implementation. Supports IGD control as well as DLNA

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

xml

More

Packages that depend on upnp_client