Search found 3 matches
- Friday 02 November 2018 17:25
- Forum: Speech & Voice Systems
- Topic: Alexa text to speech
- Replies: 152
- Views: 52640
Re: Alexa text to speech
the same here in italy...it looks like an order...
- Thursday 05 February 2015 16:38
- Forum: LUA
- Topic: [Bash/Lua] Presence Detection via MAC Address
- Replies: 41
- Views: 20057
Re: [Bash/Lua] Presence Detection via MAC Address
i have 4 switches and 2 access points...
10 devices are on cable lan and 5 in wireless...
if you want you could filter hosts to check with arp-scan filters...like ip range, hostnames,....
in this way it's faster...
10 devices are on cable lan and 5 in wireless...
if you want you could filter hosts to check with arp-scan filters...like ip range, hostnames,....
in this way it's faster...
- Thursday 05 February 2015 15:50
- Forum: LUA
- Topic: [Bash/Lua] Presence Detection via MAC Address
- Replies: 41
- Views: 20057
[Bash/Lua] Presence Detection via MAC Address
i wrote a script to detect presence of 1 or multiple devices in the home using MAC address of devices... i obtain it using arp-scan you have to create: a virtual switch for every device to poll; a variable (PRESENCE_LIST) in this format: MAC_Address1;IDX1|MAC2;IDX2 .... if you have only 1 device it ...