Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 644 Bytes

File metadata and controls

22 lines (15 loc) · 644 Bytes

#Play a theme song when a MAC address hits the network

##todos:

[ ] fetch MAC addresses on network [ ] store all new MACs [ ] record firstSeenToday && lastSeen timestamps [ ] play song, if first time seen today [ ] assign specific song to specific MAC address [ ] add //play song// action to queue, if multiple devices enter network at the same time

##setup

  • npm install
  • node main.js to see libnmap output
  • ...

##Depedencies: