All Projects → widora → Openwrt_widora

widora / Openwrt_widora

Licence: gpl-2.0
Based OpenWrt cc15.05,for widora BIT3 3.1 4 5 5.1 and NEO

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Openwrt widora

88x2bu
Linux Driver for USB WiFi Adapters that are based on the RTL8812BU and RTL8822BU Chipsets
Stars: ✭ 122 (-18.67%)
Mutual labels:  wifi
Pifinger
📡🔍Searches for wifi-pineapple traces and calculate wireless network security score 🍍
Stars: ✭ 139 (-7.33%)
Mutual labels:  wifi
Raw Packet
Raw-packet Project
Stars: ✭ 144 (-4%)
Mutual labels:  wifi
Esp wifimanager
This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- .
Stars: ✭ 125 (-16.67%)
Mutual labels:  wifi
Goprowifihack
Unofficial GoPro WiFi API Documentation - HTTP GET requests for commands, status, livestreaming and media query.
Stars: ✭ 1,808 (+1105.33%)
Mutual labels:  wifi
Dasshio
Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Stars: ✭ 140 (-6.67%)
Mutual labels:  wifi
Proposals
NEO Enhancement Proposals
Stars: ✭ 123 (-18%)
Mutual labels:  neo
Wifi Password
Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect
Stars: ✭ 2,325 (+1450%)
Mutual labels:  wifi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-7.33%)
Mutual labels:  wifi
Wififlutter
Plugin Flutter which can handle WiFi connections (AP, STA)
Stars: ✭ 142 (-5.33%)
Mutual labels:  wifi
Coffeefy
스타벅스 Wifi 자동접속 맥 애플리케이션
Stars: ✭ 128 (-14.67%)
Mutual labels:  wifi
Examples
Stars: ✭ 132 (-12%)
Mutual labels:  neo
Esp32 Projects
ESP32 好玩、有趣、实用的项目
Stars: ✭ 142 (-5.33%)
Mutual labels:  wifi
Luatos
合宙LuatOS -- Lua base RTOS, build for many embedded systems. LuatOS是运行在嵌入式硬件的实时操作系统
Stars: ✭ 124 (-17.33%)
Mutual labels:  wifi
Wifi Bonding
Double your bandwith on your Qualcomm devices.
Stars: ✭ 145 (-3.33%)
Mutual labels:  wifi
Roguehostapd
Hostapd fork including Wi-Fi attacks and providing Python bindings with ctypes.
Stars: ✭ 123 (-18%)
Mutual labels:  wifi
Openwifi
open-source IEEE 802.11 WiFi baseband FPGA (chip) design
Stars: ✭ 2,257 (+1404.67%)
Mutual labels:  wifi
Ng
Get password of the wifi you're connected, and your current ip address.
Stars: ✭ 151 (+0.67%)
Mutual labels:  wifi
Esc pos printer
ESC/POS (thermal, receipt) printing for Flutter & Dart
Stars: ✭ 148 (-1.33%)
Mutual labels:  wifi
Oxidtools
200 TOOLS BY 0XID4FF0X FOR TERMUX
Stars: ✭ 143 (-4.67%)
Mutual labels:  wifi
Widora发布的MT7688 WI-FI商用驱动因版权限制只能运行在NEO、BIT模组、集成BIT模组的产品上,在其他7688上的商用运行属于侵权行为,侵权必究。

Hello everybody

Twitter
TELEGRAM: https://t.me/widora
QQ Group: 299381903

ethmode command

command status
ethmode l only Port0,LAN
ethmode w only Port0,WAN
ethmode wllll Port0-Port4, Port0 is WAN,Port1-4 is LAN
ethmode lllll Port0-Port4,all is LAN

wifimode command

command status
wifimode ap only AP,LAN
wifimode sta only STA(apcli0),WAN
wifimode apsta AP+STA,AP is LAN,STA is WAN

how to check if connected to some AP? use ap_client command,check return is ok or no

$ ap_client

ok is connected no is not connected

How to compile?

1.install depend

Ubuntu14.04

$ sudo apt-get update

$ sudo apt-get install git g++ make libncurses5-dev subversion libssl-dev gawk libxml-parser-perl unzip wget python xz-utils vim zlibc zlib1g zlib1g-dev openjdk-8-jdk build-essential ccache gettext xsltproc

Macos

note: install brew and Xcode command line tools

$brew install coreutils findutils gawk gnu-getopt gnu-tar grep wget quilt xz

note: gnu-getopt is keg-only, so force linking it:brew ln gnu-getopt --force

2.download the source use git

$ git clone https://github.com/widora/openwrt_widora.git

3.update the feeds

$ cd openwrt_widora $ ./scripts/feeds update -a

$ ./scripts/feeds install -a

4.config

$ make menuconfig select the target:

Target System(Ralink RT288x/RT3xxx) --->

Subtarget(MT7688 based board) --->

Target Profile(WIDORA16128) --->

note

WIDORA16128:16MB FLASH + 128MB RAM

WIDORA32128:32MB FLASH + 128MB RAM

WIDORA1664:16MB FLASH + 64MB RAM

WIDORA3264:32MB FLASH + 64MB RAM

5.make

$ make -j4

6.image

the binary image name like this in bin/ramips/: openwrt-ramips-mt7688-Widoraxxxxx-squashfs-sysupgrade.bin

More?

https://wiki.widora.io

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].