Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bparmentier/WiFiKeyShare
Share Wi-Fi passwords with QR codes or NFC tags
https://github.com/bparmentier/WiFiKeyShare
android nfc-tag qr-code wifi-password
Last synced: 2 months ago
JSON representation
Share Wi-Fi passwords with QR codes or NFC tags
- Host: GitHub
- URL: https://github.com/bparmentier/WiFiKeyShare
- Owner: bparmentier
- License: gpl-3.0
- Archived: true
- Created: 2016-01-14T19:59:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T22:49:35.000Z (about 6 years ago)
- Last Synced: 2024-08-02T20:46:35.048Z (6 months ago)
- Topics: android, nfc-tag, qr-code, wifi-password
- Language: Java
- Homepage: https://wifikeysha.re
- Size: 3.4 MB
- Stars: 117
- Watchers: 11
- Forks: 40
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - WiFiKeyShare
README
# WiFiKeyShare
[![Build Status](https://travis-ci.org/bparmentier/WiFiKeyShare.svg?branch=master)](https://travis-ci.org/bparmentier/WiFiKeyShare)
WiFiKeyShare lets you easily share your Wi-Fi password by generating a QR code or by writing it to
an NFC tag.The format of the string encoded in the QR code is commonly used and should be recognized by most
barcode scanner applications.The NFC tag is formatted in the same way as Android does since it introduced its "Write to NFC tag"
option in Lollipop. That means people running Android 5.0+ won't have to download any specific app
to connect to the network after scanning the tag.## Note
Android does not let apps read the saved Wi-Fi passwords, so the user will need the enter them
manually for each network. However, the passwords will automatically be retrieved if WiFiKeyShare is
given root access.