ping_discover_network icon indicating copy to clipboard operation
ping_discover_network copied to clipboard

The library allows to ping network devices in an IP subnet and therefore dicover them. Could be used to find printers and other services.

Results 12 ping_discover_network issues
Sort by recently updated
recently updated
newest added

Minimal changes to support null safety. Also removes dependency on `wifi` package that lags behind, replacing it with a simple function call. Some deprecated functions also fixed.

Unable to use recently updated thermal printer library because of this package which is used to discover the printers.

I'm trying to use this library to get a list of IPs listening on a port, but it's flutter ONLY. Will be a release for DART, and not Dart Flutter?

Is it possible to add existing address to List and return it from Stream? In this example we just print existing ip addresses, but can we return they? ```import 'package:wifi/wifi.dart';...

[ERROR:flutter/lib/ui/ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method ip on channel plugins.ly.com/wifi) Platform: MacOS Ping_discover_network: ^0.2.0+1 MacOS: 11.2.3

In some occasions on some devices, when you scan the network and after it's done connect to that device on the same port the connection is not closed properly. My...

when i use the example you wrote and use it on a button and press it 2 times i get this: ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════ The following StateError...

While connecting with Bluetooth headset, not getting connected device list. Here, my code sample : final stream = NetworkAnalyzer.discover2( IP_ADDRESS, PORT, timeout: Duration(milliseconds: 7000), );