All Projects → akhepcat → bridgeap

akhepcat / bridgeap

Licence: other
Automagically bridge any live interface to any idle interface using NATS, DHCP, and HostAP where applicable

Projects that are alternatives of or similar to bridgeap

Esp Idf Nat Example
ESP-IDF example project with NAT setup.
Stars: ✭ 41 (-21.15%)
Mutual labels:  nat, 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 (+140.38%)
Mutual labels:  dhcp, wifi
Raw Packet
Raw-packet Project
Stars: ✭ 144 (+176.92%)
Mutual labels:  dhcp, wifi
Pedalino
Smart wireless MIDI foot controller for guitarists and more.
Stars: ✭ 105 (+101.92%)
Mutual labels:  wifi
vietnamese-password-dicts
Tổng hợp danh sách mật khẩu wifi tiếng Việt sử dụng cho aircrack-ng
Stars: ✭ 40 (-23.08%)
Mutual labels:  wifi
ninjaberry
Ninjaberry: Raspberry Pi UI for @bettercap
Stars: ✭ 39 (-25%)
Mutual labels:  wifi
k8s-custom-iptables
How to add custom iptables rules to a Kubernetes cluster
Stars: ✭ 52 (+0%)
Mutual labels:  nat
Etcdhcp
A DHCP server backed by etcd
Stars: ✭ 250 (+380.77%)
Mutual labels:  dhcp
gcpnatha
How to set up multiple NAT gateways with Equal Cost Multi-Path (ECMP) routing and autohealing enabled for a more resilient and high-bandwidth deployment using Deployment Manager.
Stars: ✭ 16 (-69.23%)
Mutual labels:  nat
android-wisefy
Wrapper around WifiManager and ConnectivityManager for Android
Stars: ✭ 300 (+476.92%)
Mutual labels:  wifi
ESP8266TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tas…
Stars: ✭ 85 (+63.46%)
Mutual labels:  wifi
nat-tunnel
NAT Tunnel: to effortlessly serve from behind NAT
Stars: ✭ 75 (+44.23%)
Mutual labels:  nat
1ZLAB PyEspCar
1ZLab在准备挑选合适的小车来研发计算机视觉的教程时候 , 发现习惯了Python语法的我们, 在市面上找不到合适小车, 后来我们选了ESP32作为小车的控制主板, 可以使用Python对其进行交互式编程, 极大的提升了开发效率.
Stars: ✭ 78 (+50%)
Mutual labels:  wifi
homebridge-wifipresence
Detect presence in the room via wifi
Stars: ✭ 39 (-25%)
Mutual labels:  wifi
wemosetup
A simple Python script to set up WeMo devices
Stars: ✭ 17 (-67.31%)
Mutual labels:  wifi
Blynk WM
Blynk and WiFiManager Library for configuring/auto(re)connecting ESP8266/ESP32 modules to the best or available MultiWiFi APs and MultiBlynk servers at runtime, with or without SSL. Configuration data saved in either SPIFFS or EEPROM.
Stars: ✭ 46 (-11.54%)
Mutual labels:  wifi
bl602-pac
Embedded Rust's Peripheral Access Crate for BL602 microcontrollers
Stars: ✭ 16 (-69.23%)
Mutual labels:  wifi
Auto-Besside-Capturer
Capture WPA handshakes, using besside-ng. Auto upload to http://wpa-sec.stanev.org for cracking the password.
Stars: ✭ 28 (-46.15%)
Mutual labels:  wifi
wifi-rs
📡 Easily interface and manage wireless networks.
Stars: ✭ 77 (+48.08%)
Mutual labels:  wifi
ESP-WROOM-Breakout
Breakouts for ESP8266 and ESP32 WiFi/WLAN + Bluetooth modules from Espressif (ESP-WROOM-02, ESP-WROOM-32)
Stars: ✭ 32 (-38.46%)
Mutual labels:  wifi

bridgeap

Automagically bridge any live interface to any idle interface using NATS, DHCP, and HostAP where applicable

Use case:

  • You're in a hotel that has wired ethernet, but no WiFi
  • You're in a hotel that has wifi, a captive portal, and device limits
  • You're in a hotel and want to use your chromecast
  • You just want to share your network connection with your friends
  • You want to connect via VPN* and then share that over WiFi

The sky is the limit!

This script was originally written for debian/ubuntu platforms, but should be portable to anything.

If you are missing any prerequisite packages, you'll be informed at script startup.

FAQ on the wiki: https://github.com/akhepcat/bridgeap/wiki

Raspberry Pi users: Some usb wifi adapters may require the addition of "max_usb_current=1" in /boot/config.txt in order to prevent hotplug->reboot problems.

*VPN Users: The script should auto-detect your VPN tunnel interface, but you'll need to make sure that you're connected prior to launching bridgeap.


IPv6

I've added some initial support for IPv6 subnet routing based on static configuration. Caveat emptor. Since SIXXS is no longer providing an aiccu tunnel endpoint, that option no longer works.

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].