Completing ZigbeeTest with doorlock test
[iot2.git] / benchmarks / other / OpenWrt / README
1 Device registration utility for Sentinel system
2 This is a simple script that register a new device
3 into /etc/config/dhcp and /etc/hostapd-psk
4 Copyright (c) 2015-2017, Rahmadi Trimananda <rtrimana@uci.edu> PLRG@UCIrvine
5
6 Usage:
7         ./register_device.sh [-h]
8         ./register_device.sh [-a <mac-address> <ip-address> <key> <device-name>]
9         ./register_device.sh [-l]
10
11 Options:
12         -h      show this usage
13         -a      adding device by putting MAC address, desired IP address, key, and device name (optional)
14         -l      show list of devices registered
15
16
17 Notes:
18 - This simple script now only adds device information (no delete feature)
19 - Meant to ease the setup process (mimicking production environment)