Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-apps/captive-portal
https://github.com/mongoose-os-apps/captive-portal
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongoose-os-apps/captive-portal
- Owner: mongoose-os-apps
- License: other
- Created: 2017-07-20T09:31:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:02:52.000Z (about 4 years ago)
- Last Synced: 2024-07-31T21:52:56.716Z (3 months ago)
- Language: C
- Size: 36.1 KB
- Stars: 11
- Watchers: 8
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - captive-portal
README
# Captive portal example
## Overview
This is a captive portal example. A captive portal is a DNS server that
points to itself to all DNS queries. This is used to route all Web requests
to a specified web page.Build and flash this example. It'll start a WiFi access point Mongoose_XXXXXXX.
Join that access point (the password is `Mongoose`). Open your browser
and go to "http://example.com".
You'll end up on the simple web page that this app runs:![screenshot](screenshot.png)