derhuerst/node-awdl

use the NetService Bounjour browsing API to "enable" AWDL traffic

Open

#3 opened on Feb 25, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (0 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (9 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It seems like, on some Macs, AWDL traffic is not permanently "enabled"/allowed, but applications must explicitly request it to be "passed through" to the awdl0 interface. proxawdl does this via the NetService API:

https://github.com/seemoo-lab/proxawdl/blob/24c19da1b0fb71a180104e2014a93e11d7bd5227/proxawdl/main.swift#L108-L128

Contributor guide