A full functional WiFi repeater (correctly: a WiFi NAT router) This is an implementation of a WiFi NAT router on the esp8266 and esp8285. It also includes support for a packet filtering firewall with ACLs, port mapping, traffic shaping, hooks for remote monitoring (or packet sniffing), an...
对于网格中包含多个路由器的设置,一个新的模式"automesh"已经被包含在 https:///martin-ger/esp_wifi_repeater#automesh-mode 。 源代码名称:esp_wifi_repeater 源代码网址:http://www./martin-ger/esp_wifi_repeater esp_wifi_repeater源代码文档 esp_wifi_repeater源代码下载 esp_wifi_repeater 全功能WiFi中继...
OpenWRT 系统:项目运行在 OpenWRT 操作系统上,这是一个轻量级的 Linux 发行版,专为嵌入式设备如路由器定制,提供了丰富的网络和软件包支持。 自动配置:通过 Telnet 或 Web 服务器接口,用户可以轻松地设置和管理 ESP-WiFi-Repeater,包括 Wi-Fi 连接参数、中继模式等。 动态DNS 和 Updater 支持:项目还集成了动态 ...
源代码名称:esp_wifi_repeater 源代码网址:http://www.github.com/martin-ger/esp_wifi_repeater esp_wifi_repeater源代码文档 esp_wifi_repeater源代码下载 Git URL: 复制代码 git://www.github.com/martin-ger/esp_wifi_repeater.git Git Clone代码到本地: 复制代码 git clone http://www.github.com/martin...
https://github.com/martin-ger/esp_wifi_repeater/tree/master/firmware_sdk_1.5.4固件作者github地址对于通用ESP12,NodeMCU或Wemos D1使用以下设置(对于ESP-01将FLASH SIZE更改为“8Mbit”):注意初始化模块必须烧撸俩文件,blank和esp_init_data,地址和文件名都在图上面,我的是esp-12f固件从以下默认配置开始:...
1 esp_wifi_repeater 全功能WiFi中继器( 正确: WiFi NAT路由器) esp_wifi_repeater, 全功能WiFi中继器 https://blog.csdn.net/hjf0124/article/details/86514742 这是在esp8266和esp8285上的WiFi NAT路由器的实现。 它还支持包含 acl 。端口映射。流量调整。远程监控( 或者... ...
A full functional WiFi Repeater (correctly: a WiFi NAT Router) - esp_wifi_repeater/include at master · purple-micro/esp_wifi_repeater
Hi everyone, I'm looking to create a WiFi repeater that includes a captive portal for user authentication. The repeater can be built using the resources available athttps://github.com/martin-ger/esp_wifi_repeater. The goal is to redirect all users to a captive portal authentication page, all...
软件(库):esp_wifi_repeater 主板:nodemcu v3 8266模组:ESP8266MOD 手机:坚果3 距离:<15cm(旁边) 信号强度:-20db 网络:约80m联通 网速测试: 测试 上传(m) 下载(m) ping 抖动ms 丢包 1 0.48 0.07 - -- 2 4.8 4.11 --- 3 4.5 1.88 6
fiRepeater), with Arduino IDE 1.8.9.I can connect to the extended AP with good quality signal, but no internet conexion.I am an absolut newbie and need some help to find out the trick.Thank you. Code: Select all#define IP_FORWARD 1#include <ESP8266WiFi.h>#include <WiFiUDP.h>/* ...