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.
Amazon Dash Project Help
Moderator: Moderators
Re: Amazon Dash Project Help
Google "how to openwrt SSH"
I think there is a lot of information missing in that post
I think there is a lot of information missing in that post
Re: Amazon Dash Project Help
https://wiki.openwrt.org/doc/uci/dhcpjwbohrer 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
ssh into router and type
Code: Select all
uci show dhcp
Can you help someone else get Gargoyle up and running?
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
TL-WDR3600 : Gargoyle 1.9.0 : NBN FixedWireless
TL-WR1043ND-V2 : Gargoyle 1.8.0 : 3G Huawei E160E
Re: Amazon Dash Project Help
Thanks! Hopefully this can get me started.