1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Comitup
======
[Home Page](https://davesteele.github.io/comitup/)
[Wiki](https://github.com/davesteele/comitup/wiki)
Bootstrap Wifi using Wifi
-------------------------
The __comitup__ service establishes wifi connectivity for a headless Linux
system, using wifi as the only access mechanism to the system.
If the computer cannot automatically connect to a local wifi access point,
__comitup__ will create a custom hotspot, and establish a __comitup-web__
web service on that network. The web service can be used to remotely select
and authenticate a visible wifi connection.
The hotspot is named _comitup-<nn>_, where _<nn>_ is a
persistent 4-digit number. The website is accessible on that hotspot as
_ht​tp://comitup.local_ or _ht​tp://comitup-<nn>.local_
from any device which supports [Bonjour/ZeroConf/Avahi] [zeroconf]. For
other devices, use a Zeroconf browser ([Android][], [Windows][]) to
determine the IP address of the "Comitup Service", and browse to
_http://<ipaddress>_. In most cases, this address will be _http://10.42.0.1/_
If two wifi interfaces are available, the first will persistently remain
the hotspot, and the second will get the external connection. When both
are connected, forwarding and masquerading are enabled so that
hotspot-connected devices can access external networks.
[zeroconf]: https://en.wikipedia.org/wiki/Zero-configuration_networking
[Android]: https://play.google.com/store/apps/details?id=com.melloware.zeroconf&hl=en
[Windows]: http://hobbyistsoftware.com/bonjourbrowser
The __comitup-cli__ utility is available to interact with _comitup_ from a
local terminal session.
__comitup__ requires NetworkManager and systemd.
Man pages
---------
* [comitup.8](https://davesteele.github.io/comitup/man/comitup.8.html)
* [comitup-conf.5](https://davesteele.github.io/comitup/man/comitup-conf.5.html)
* [comitup-web.8](https://davesteele.github.io/comitup/man/comitup-web.8.html)
* [comitup-cli.1](https://davesteele.github.io/comitup/man/comitup-cli.1.html)
|