A simple wrapper module to connect two devices and share data using Wifi-Direct.
This library provides an easy way to access the wifi direct api provided by Android without having to deal with all the boilerplate stuff going on inside.
Android Custom WiFi ImageView that gets automatically updated on WiFi signal strength changes. Provides on WiFi Signal level changed callbacks.
An android library to effortlessly connect to available WiFi networks.
WiFi Utils is a library that provides a set of convenience methods for managing WiFi State, WiFi Scan, and WiFi Connection to Hotspots. If you have ever worked with WifiManager
you should know how painful it is to make a simple wifi network scan or even worse to connect to a hotspot programmatically. So that's what my new library is all about. To make it easier for me and hopefully for other developers as well to do those kind of tasks from Java code.
Near is a P2P library for Android for:
It provides a much simpler alternative to Android WiFi Direct and Service Discovery APIs.
This library can be used to set advanced settings for wifi such as manual proxy and static ip configurations through your app. This code works in Android 5.0, it also works in 6.0 but you cannot update a network that you have not created yourself (due to android new rules).
A wrapper around WifiManager
and ConnectivityManager
for Android.
An Android Library for allowing devices manage Wi-Fi Networks.
This Android library allows to scan Wifi single or multiple times and get connect the scanned wifi.
A library allowing you to manage Wi-Fi peer-to-peer connectivity in a reactive way. The library itself is a RxJava wrapper for Android's WifiP2pManager, used for discovering available peers, setup connection to peers and query for the list of peers.
When a p2p connection is formed over wifi, devices continue to maintain the uplink connection over mobile or any other available network for internet connectivity.
Local network library for connecting Android devices on WiFi. One device serves as a server, others are clients. Library takes care of discovery of server by clients and it uses services and separate threads with sockets to handle communication.
Android library listening available WiFi Access Points and related information with RxJava Observables.
ReactiveNetwork is an Android library listening network connection state and change of the WiFi signal strength with RxJava Observables. It's a successor of Network Events library rewritten with Reactive Programming approach.
Salut is a wrapper around the WiFi Direct service discovery API in Android. Before using Salut, you should at least skim over some of the documentation and recommended reading below.
NetworkEvents is Android library listening network connection state and change of the Wi-Fi signal strength.
It is able to detect ConnectivityStatus
when it changes:
In addition it is able to detect situation when strength of the Wi-Fi signal was changed with WifiSignalStrengthChanged
event.
A library that allows you to connect of Wi-Fi hotspots.