22.12.2021 · Very nice dhcp-scripts, I use them on my openwrt router to detect new devices on the LAN or WLAN network. However, I have one problem: I have a second openwrt router in the network that acts as a LAN-WLAN-bridge to extend the WLAN coverage, which has no …
03.09.2019 · Adding a new device A good all-round advice would be to start by looking at recent commits about adding a new device, to see what files where changed and how. Many files try to be as self-explanatory as possible, most of the times just opening them will be enough to understand their function.
01.08.2019 · Adding new platform support You can find a list of all currently supported start. Maybe there is no need to add a completely new platform, but only a new device, see ->add.new.device. Linux is now one of the most widespread operating system for embedded devices due to its openess as well as the wide variety of platforms it can run on.
11.07.2020 · Detect New Devices on your Network (OpenWRT + Telegram API) Posted on Jul 11, 2020. networking linux . One feature I really liked from my old Xfinity router were the push notifications it sent when new devices first joined my wireless network.
Adding new device support This article assumes your device is based on a platform already supported by OpenWrt. If you need to add a new platform, see ->add.new.platform If you already solved the puzzle and are looking for device support submission guidelines, check out
Create /etc/detect_new_device.sh with the following content. #!/bin/sh # script to detect new dhcp lease # this will be called by dnsmasq everytime a new device ...