derhuerst/node-awdl

don't spawn nc, open socket directly

Open

#1 opened on Feb 24, 2020

View on GitHub
 (2 comments) (0 reactions) (1 assignee)JavaScript (0 forks)github user discovery
enhancementhelp wanted

Repository metrics

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

Description

Right now, this package spawns nc a.k.a. netcat to listen for awdl0 traffic; This is a bit hacky, doing it from within Node via its UDP socket API/TCP socket API would be cleaner.

I'm not an expert, and I failed miserably at porting these working implementations:

Contributor guide