Page 1 of 1

Amazon Dash Project Help

Posted: Sat Feb 13, 2016 3:42 pm
by jwbohrer
I am trying to configure an Amazon Dash button to play around with, like described here: http://blog.desasha.com/2015/12/13/Amaz ... OT-button/

However, I can't glean from that post the step-by-step needed to get this up and running.

I understand that dnsmasq is part of the Gargoyle code (I might be wrong though).

So questions are: how can I "access' for lack of a better term, the dnsmaq commands on my router, which is TP-Link WR1043ND v2.1

What I would like to get to, eventually, is that when my Amazon Dash button is pushed, I can be sent a text message on my phone.

Re: Amazon Dash Project Help

Posted: Sat Feb 13, 2016 3:59 pm
by ispyisail
Google "how to openwrt SSH"

I think there is a lot of information missing in that post

Re: Amazon Dash Project Help

Posted: Sat Feb 13, 2016 4:28 pm
by nworbnhoj
jwbohrer wrote:I understand that dnsmasq is part of the Gargoyle code (I might be wrong though).

So questions are: how can I "access' for lack of a better term, the dnsmaq commands on my router, which is TP-Link WR1043ND v2.1
https://wiki.openwrt.org/doc/uci/dhcp

ssh into router and type

Code: Select all

uci show dhcp

Re: Amazon Dash Project Help

Posted: Sat Feb 13, 2016 10:03 pm
by jwbohrer
Thanks! Hopefully this can get me started.