{"id":18841970,"url":"https://github.com/ahmetozer/esp8266-router","last_synced_at":"2025-04-14T07:31:23.485Z","repository":{"id":56445561,"uuid":"257689173","full_name":"ahmetozer/esp8266-router","owner":"ahmetozer","description":"Router system for esp8266","archived":false,"fork":false,"pushed_at":"2020-11-07T12:35:37.000Z","size":29,"stargazers_count":20,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-27T21:12:28.091Z","etag":null,"topics":["esp8266","esp8266-arduino","hotspot","linux-network","wifi","wifi-extender","wifi-hotspot","wifi-network"],"latest_commit_sha":null,"homepage":"https://esp8266-router.ahmetozer.org","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahmetozer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-21T19:01:03.000Z","updated_at":"2024-11-29T04:08:40.000Z","dependencies_parsed_at":"2022-08-15T18:50:49.500Z","dependency_job_id":null,"html_url":"https://github.com/ahmetozer/esp8266-router","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetozer%2Fesp8266-router","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetozer%2Fesp8266-router/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetozer%2Fesp8266-router/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmetozer%2Fesp8266-router/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmetozer","download_url":"https://codeload.github.com/ahmetozer/esp8266-router/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248839365,"owners_count":21169800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["esp8266","esp8266-arduino","hotspot","linux-network","wifi","wifi-extender","wifi-hotspot","wifi-network"],"created_at":"2024-11-08T02:53:14.577Z","updated_at":"2025-04-14T07:31:23.155Z","avatar_url":"https://github.com/ahmetozer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Extend Wifi Range With ESP8266 (NodeMCU)\n\nThis project goal is extending WiFi range with ESP8266.\n  Currently It is only supports IPv4 .\n\n## Configuration\n\nThis system is requires Two way Configuration.\nOne of them is your router other one is ESP8266 (NodeMCU).\n\n### ESP8266 Side\n\n- Set your Home router WiFi SSID and password\n\n```c++\nconst char* SSID     = \"ahmetozer.org\";\nconst char* PASSWORD = \"MyhomeNetworkPass\";\n```\n\n- Set your ESP Wifi name, password and channel\n\n```c++\nconst char* SOFT_AP_SSID     = \"ahmet.engineer\";\nconst char* SOFT_AP_PASSWORD = password;\nint Wifi_SoftAP_Channel      = 11;\n```\n\n- Set your sub local network on ESP8266\n.**Note:** Each ESP use /29 block but requires /24 block.\n\n```c++\nIPAddress SOFT_AP_Local_IP(10,0,1,1);\nIPAddress SOFT_AP_Gateway(10,0,1,1);\nIPAddress SOFT_AP_Subnet(255,255,255,0);\n```\n\n### Home Side\n\n1. Firstly compile and flash firmware to your NodeMCU.  \n2. Bootup your ESP8266.  \n3. Find ESP8266 IPAddress on your router.  \n4. Go to Advanced Routing settings.  \n5. Add esp network to router.\n\n\u003cimg src=\"https://github.com/ahmetozer/esp8266-router/blob/master/advanced_router_settings.jpg?raw=true\" alt=\"Advanced route setting for ESP8266\" onerror=\"this.src='advanced_router_settings.jpg';\" /\u003e\n\n## Performance Tunings\n\n- Change channel 9,10 or 11 on your Router.\n- Select Same Wifi channel on your ESP8266.\nit is delegated with `Wifi_SoftAP_Channel` variable.\n- Change lwIP library version to \"V2 IPv6 High Bandwidth\" or \"V2 High Bandwidth\".\n\n## Without Configuring Home Side - Update\n\nNat is Disabled by default for better performance but if you don't have chance to edit route table on router or having issue, you can enable NAT on ESP8266.\n\n```c++\n#define NAT_Enabled true\n```\n\n**NOTE**: You have to select lwIP library version to \"V2 High Bandwidth\" for enabling nat. Other wise nat will not work.\n\n**Serial output is disabled by default. To enable set to true `SERIAL_Enabled true`**\n\n## [Source Code - Github](https://github.com/ahmetozer/esp8266-router) | [BLOG](https://ahmetozer.org/ESP8266-Wifi-Range-Extender.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetozer%2Fesp8266-router","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmetozer%2Fesp8266-router","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmetozer%2Fesp8266-router/lists"}