Skip to content

alext9586/amazon-dash-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amazon-dash-server

Finds the Dash button on network. It scans the subnet for button by comparing the devices' MAC address against known Amazon MAC addresses. Once you have the IP address, you can watch for a button press.

This application was developed to run on a Windows machine. There are a lot other and better solutions for Linux/MacOS which don't translate very well to a Windows solution.

Setup

This project assumes that you already have NPM installed. Run the following commands to get started.

Install all the dependencies: npm install

Run the server: npm start

Visit in web browser: localhost:3000

Releases

No releases published

Packages

No packages published