All Projects → alternadom → Wififlutter

alternadom / Wififlutter

Licence: mit
Plugin Flutter which can handle WiFi connections (AP, STA)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wififlutter

anon-hotspot
On demand Debian Linux (Tor) Hotspot setup tool
Stars: ✭ 34 (-76.06%)
Mutual labels:  wifi, wifi-hotspot
Openwisp Radius
Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
Stars: ✭ 206 (+45.07%)
Mutual labels:  wifi, wifi-hotspot
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 (-68.31%)
Mutual labels:  wifi, wifi-hotspot
Kupiki Hotspot Script
Create automatically a full Wifi Hotspot on Raspberry Pi including a Captive Portal
Stars: ✭ 265 (+86.62%)
Mutual labels:  wifi, wifi-hotspot
Linux Wifi Hotspot
Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10).
Stars: ✭ 434 (+205.63%)
Mutual labels:  wifi, wifi-hotspot
Hostapd
Script for compiling, patching and packing hostapd from sources
Stars: ✭ 36 (-74.65%)
Mutual labels:  wifi, wifi-hotspot
Wifiutils
Easily Connect to WiFi Networks
Stars: ✭ 449 (+216.2%)
Mutual labels:  wifi, wifi-hotspot
Virtualrouter
Original, open source Wifi Hotspot for Windows 7, 8.x and Server 2012 and newer
Stars: ✭ 53 (-62.68%)
Mutual labels:  wifi, wifi-hotspot
Socketdemo
创建热点发送文件,让另一台手机连接热点接收文件
Stars: ✭ 129 (-9.15%)
Mutual labels:  wifi
Flutter alipay
A flutter plugin to use alipay.
Stars: ✭ 137 (-3.52%)
Mutual labels:  flutter-plugin
Flutter credit card
A credit card widget for Flutter application.
Stars: ✭ 126 (-11.27%)
Mutual labels:  flutter-plugin
Flutter android
Android bindings plugin for Flutter.
Stars: ✭ 131 (-7.75%)
Mutual labels:  flutter-plugin
Flutter xupdate
A Flutter plugin for XUpdate(Android Version Update Library)
Stars: ✭ 138 (-2.82%)
Mutual labels:  flutter-plugin
Coffeefy
스타벅스 Wifi 자동접속 맥 애플리케이션
Stars: ✭ 128 (-9.86%)
Mutual labels:  wifi
Dasshio
Hass.io add-on to easily use Amazon Dash Buttons with Home Assistant
Stars: ✭ 140 (-1.41%)
Mutual labels:  wifi
Background location
Flutter background location plugin for Android and iOS
Stars: ✭ 127 (-10.56%)
Mutual labels:  flutter-plugin
Plugins
go-flutter implementations for popular Flutter plugins
Stars: ✭ 125 (-11.97%)
Mutual labels:  flutter-plugin
Oxidtools
200 TOOLS BY 0XID4FF0X FOR TERMUX
Stars: ✭ 143 (+0.7%)
Mutual labels:  wifi
Openwifi
open-source IEEE 802.11 WiFi baseband FPGA (chip) design
Stars: ✭ 2,257 (+1489.44%)
Mutual labels:  wifi
Analog clock
⌚️Analog Clock widget for Flutter ⏰
Stars: ✭ 136 (-4.23%)
Mutual labels:  flutter-plugin
WiFiFlutter

pub

Introduction

Plugin Flutter which can handle WiFi connections (AP, STA)

Becareful, some commands as no effect on iOS because Apple don't let us to do whatever we want...

WiFi connections

Description Android iOS
Enabling / Disabling WiFi module ⚠️(5a)
Getting WiFi status
Scanning for networks, with "already-associated" flag
Connecting / Disconnecting on a network in WPA / WEP ✅(5b) ✅(1)
Registering / Unregistering a WiFi network ✅(5c) ⚠️(2)
Getting informations like : ⚠️(3)
- SSID
- BSSID
- Current signal strength
- Frequency
- IP ❓(4)

✅(1) : On iOS, you can only disconnect from a network which has been added by your app. In order to disconnect from a system network, you have to connect to an other!

⚠️(2) : On iOS, you can forget a WiFi network by connecting to it with the joinOnce flag to true!

⚠️(3) : On iOS, you can just getting the SSID, or maybe(probably) I'm missing something!

❓(4) : I think there is a way to get the IP address but for now, this is not implemented..

⚠️(5): Wifi API changes in Android SDK >= 29, restricts certain behaviour:

  • a. Enable/Disable Wifi Module is deprecated and will always fail (except DO, PO and system apps) [docs].
  • b. For Connecting to Wifi, WEP security is deprecated and will always fail, also the network will be disconnected when the app is closed (if permanent network is required(Check ⚠️(5c)), use "Register Network" feature) [docs)]. By default the connection would not have internet access, to connect to network with internet user withInternet which is a different API underneath (this API will not disconnect to network after app closes) [docs].
  • c. Registering Wifi Network, will require user approval - and the network saved would not be controlled by the app (for deletion, updation, etc) [docs];

Access Point

Description Android iOS
Getting the status of the Access Point (Disable, disabling, enable, enabling, failed)
Enabling / Disabling Access Point
Getting / Setting new credentials (SSID / Password)
Enabling / Disabling the visibility of the SSID Access Point
Getting the clients list (IP, BSSID, Device, Reachable)
Handling the MAC filtering 🆘

For now, there is no way to set the access point on iOS...

Xcode build (iOS >= 8.0)

To be able to build with Xcode, you must specify use_frameworks! in your Podfile to allow building Swift into static libraries.

Troubleshooting

Don't hesitate and come here, we will be happy to help you!

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