OpenWrt is an embedded operating system based on Linux, primarily used on embedded devices to route network traffic. It can run on various types of devices, including CPE routers, residential gateways, smartphones, pocket computers (e.g. Ben NanoNote), and laptops. It is also possible to run OpenWrt on personal computers, which are most commonly based on the x86 architecture.
Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developer, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned.
OpenWrt Commands:
1. Kernel version => uname -a
2. OS version => cat /etc/banner
3. Show contents of syslog => logread
4. Install OpenWRT packages => https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/packages/
opkg install kmod-bluetooth bluez-utils
opkg install libusb
OpenWRT BlueZ packages =>
bluelog-live_1.1.2-1_ar71xx.ipk 32868 18-Jun-2016 17:57
bluelog_1.1.2-1_ar71xx.ipk 10945 18-Jun-2016 17:57
bluez-daemon_5.38-1_ar71xx.ipk 488028 18-Jun-2016 17:52
bluez-examples_5.38-1_ar71xx.ipk 29941 18-Jun-2016 17:51
bluez-libs_5.38-1_ar71xx.ipk 48830 18-Jun-2016 17:51
bluez-utils_5.38-1_ar71xx.ipk 861936 18-Jun-2016 17:52
ref:
Official - https://openwrt.org/https://openwrt.org/
Wiki - https://en.wikipedia.org/wiki/OpenWrt
OpenWrt github - https://github.com/openwrt
Getting started with OpenWRT - http://www.cambus.net/ getting-started-with-openwrt/
OpenWRT Build System - https://wiki.openwrt.org/ doc/howto/build
OpenWrt BlueZ - https://forum.openwrt.org/viewtopic.php?id=1650
OpenWrt on x86 PC - https://forum.openwrt.org/viewtopic.php?id=20478, https://we.riseup.net/lackof/openwrt-on-x86-64
OpenWrt on VirtualBox - https://wiki.openwrt.org/doc/howto/virtualbox
Generic Basic Howtos for OpenWrt - https://wiki.openwrt.org/ doc/howto/generic.overview
Instead of trying to create a single, static firmware, OpenWrt provides a fully writable filesystem with package management. This frees you from the application selection and configuration provided by the vendor and allows you to customize the device through the use of packages to suit any application. For developer, OpenWrt is the framework to build an application without having to build a complete firmware around it; for users this means the ability for full customization, to use the device in ways never envisioned.
OpenWrt Commands:
1. Kernel version => uname -a
2. OS version => cat /etc/banner
3. Show contents of syslog => logread
4. Install OpenWRT packages => https://downloads.openwrt.org/snapshots/trunk/ar71xx/generic/packages/packages/
opkg install kmod-bluetooth bluez-utils
opkg install libusb
OpenWRT BlueZ packages =>
bluelog-live_1.1.2-1_ar71xx.ipk 32868 18-Jun-2016 17:57
bluelog_1.1.2-1_ar71xx.ipk 10945 18-Jun-2016 17:57
bluez-daemon_5.38-1_ar71xx.ipk 488028 18-Jun-2016 17:52
bluez-examples_5.38-1_ar71xx.ipk 29941 18-Jun-2016 17:51
bluez-libs_5.38-1_ar71xx.ipk 48830 18-Jun-2016 17:51
bluez-utils_5.38-1_ar71xx.ipk 861936 18-Jun-2016 17:52
ref:
Official - https://openwrt.org/https://openwrt.org/
Wiki - https://en.wikipedia.org/wiki/OpenWrt
OpenWrt github - https://github.com/openwrt
Getting started with OpenWRT - http://www.cambus.net/
OpenWRT Build System - https://wiki.openwrt.org/
Building C++ code - http://www.black-swift.com/ wiki/index.php?title=C/C%2B% 2B_Building_Environment
OpenWRT SDK download - https://downloads.openwrt. org/
OpenWRT Custom Build - https://wiki.openwrt.org/ doc/howto/build
OpenWrt on x86 PC - https://forum.openwrt.org/viewtopic.php?id=20478, https://we.riseup.net/lackof/openwrt-on-x86-64
OpenWrt on VirtualBox - https://wiki.openwrt.org/doc/howto/virtualbox
Generic Basic Howtos for OpenWrt - https://wiki.openwrt.org/
OpenWRT Mini Handbook - https://github.com/airplug/ airplug/wiki/OpenWRT-Mini- Handbook
OpenWRT FAQ before installation - https://wiki.openwrt.org/ doc/faq/before.installation
OpenWRT after installation - https://wiki.openwrt.org/ doc/faq/after.installation
Image Generator (Image Builder) - https://wiki.openwrt.org/ doc/howto/obtain.firmware. generate
USB Bluetooth support - https://wiki.openwrt.org/ doc/howto/usb.bluetooth
Misc - https://forum.openwrt.org/ viewtopic.php?id=1650
Misc - https://forum.openwrt.org/