Mirror: Best-effort discovery of the machine's local network using just Node.js dgram sockets
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lan-network#

0.2.1#

Patch Changes#

  • Add missing socket.close for DHCP discover on timeout Submitted by @kitten (See ee60e14)

0.2.0#

Minor Changes#

  • Add noProbe and noDhcp options Submitted by @kitten (See #18)

0.1.8#

Patch Changes#

  • Deprioritize bridge* interfaces as internal networks Submitted by @kitten (See #15)
  • Update rollup config for reduced output and exclude sources from sourcemaps Submitted by @kitten (See #17)

0.1.7#

Patch Changes#

  • Compare subnet-masked addresses before accepting DHCP discover message Submitted by @hyoban (See #12)

0.1.6#

Patch Changes#

  • ⚠️ Fix probing and fallback methods for Windows Submitted by @kitten (See #9)

0.1.5#

Patch Changes#

  • When matching a probed route, ignore internal interfaces. The probed route will match a VPN (virtual) interface when using it to tunnel all traffic, but is unlikely to be considered the local network by users Submitted by @kitten (See #7)

0.1.3#

Patch Changes#

  • Move vitest to devDependencies Submitted by @kitten (See #5)

0.1.2#

Patch Changes#

  • Add CLI for testing Submitted by @kitten (See #3)

0.1.1#

Patch Changes#

  • Bind to assignment IP for DHCP discovery Submitted by @kitten (See #1)

0.1.0#

Initial Release.