All Projects → sistason → db_wlan_manager

sistason / db_wlan_manager

Licence: GPL-3.0 license
Monitors your Wifi to keep you logged in and resets your Wifi, if your data is drained

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to db wlan manager

macos-wifiname
Display the currently connected WiFi name (SSID) in the menu bar on macOS
Stars: ✭ 45 (+95.65%)
Mutual labels:  wifi
wipri
(Network Metadata Privacy) MAC Address spoofer with bonus combo (options): hostname + signal spoofer - *no disconnects!* Privacy Changing w/Brand Mimics: run as command or optional new randomized identity each boot; includes flags for continually changing random times/changing valid OUI addresses + Hostname randomizer + Device/Signal/location an…
Stars: ✭ 26 (+13.04%)
Mutual labels:  wifi
wifi-pentesting-guide
WiFi Penetration Testing Guide
Stars: ✭ 105 (+356.52%)
Mutual labels:  wifi
EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
Stars: ✭ 84 (+265.22%)
Mutual labels:  rate-limiting
dslrbrowser-ios
DSLR Browser iOS app to discover and connect to your Wi-Fi and DLNA enabled (Canon) camera
Stars: ✭ 17 (-26.09%)
Mutual labels:  wifi
flaps
🛬 Modular rate limiting for PHP.
Stars: ✭ 64 (+178.26%)
Mutual labels:  rate-limiting
wifianalyse
simple bash script to monitor wifi signal and ping time
Stars: ✭ 49 (+113.04%)
Mutual labels:  wifi
RFMap
RFMap - Radio Frequency Mapper
Stars: ✭ 23 (+0%)
Mutual labels:  wifi
8814au
Linux Driver for USB WiFi Adapters that are based on the RTL8814AU Chipset
Stars: ✭ 283 (+1130.43%)
Mutual labels:  wifi
esp rgbww firmware
Firmware for esp_rgbww_controller (https://github.com/patrickjahns/esp_rgbww_controller) based on Sming framework
Stars: ✭ 21 (-8.7%)
Mutual labels:  wifi
ESP32 IMU BARO GPS VARIO
GPS altimeter/variometer with LCD display, routes with waypoints, data/gps track logging, bluetooth NMEA sentence transmission, wifi AP + webpage configuration
Stars: ✭ 72 (+213.04%)
Mutual labels:  wifi
airport-bssid
command line tool to connect to specific bssid for macOS
Stars: ✭ 41 (+78.26%)
Mutual labels:  wifi
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (+95.65%)
Mutual labels:  wifi
ESP8266 WiFi v2.x
ESP8266 WiFi for OpenEVSE Version 2.x
Stars: ✭ 72 (+213.04%)
Mutual labels:  wifi
phalcon-throttler
Phalcon Throttler is a Rate Limiter for the PHP Phalcon Framework.
Stars: ✭ 19 (-17.39%)
Mutual labels:  rate-limiting
RoverController
LoRa/WiFi remote controller for driving my rover
Stars: ✭ 87 (+278.26%)
Mutual labels:  wifi
resque-waiting-room
Resque plugin that throttles your jobs
Stars: ✭ 34 (+47.83%)
Mutual labels:  rate-limiting
ansible-openwrt
Ansible collection to configure your OpenWrt devices more quickly and automatically (without Python)
Stars: ✭ 34 (+47.83%)
Mutual labels:  wifi
ratelimiter
A concurrent rate limiter library for Golang based on Sliding-Window rate limiter algorithm.
Stars: ✭ 218 (+847.83%)
Mutual labels:  rate-limiting
wifisdk
Free WiFi Connect SDK
Stars: ✭ 28 (+21.74%)
Mutual labels:  wifi

Deutsche Bahn Wlan Manager

This program will monitor your wireless, and keep you logged into the different wlans of the DB

What's working?

  • Keeps you logged in
  • Keeping track of your spent data. Wifis:
    • WIFIOnICE/WIFI@DB (ICE-Wlan National?)
    • DBLounge (Lounge im Bahnhof)
    • CDWifi (Wifi in Czech-Trains)
    • Wifi@DB (Sammel-Wlan verschiedener Icomera-User)
      • not yet implemented

What's not yet working?

  • International/some ICEs have a JSON-API for quota. I did not ride enough in those...
  • "Free @Bahnhofs Wlan"-Ding?

How do you use it?

Start with:

python3 manager.py [ssid]

Use the -b flag for batch mode, which means it only tries to log you in and terminate. It will check the SSID automatically via ìw, but it can be fixed via an argument.

Network-Manager

To use it with network-manager, go to the network-manager directory and sudo ./install.sh If you connect with network-manager to a DB wifi, the tool will start in the background automatically and log the output to /var/log/dbwifi.

Dependencies

  • python3-dnspython
  • python3-bs4 (beautifulsoup)

Install Dependencies on Ubuntu

sudo apt-get install python3 python3-bs4 python3-dnspython
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].