Skip to content

devmckeon/comitup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comitup

Home Page

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-<nnnn>, where <nnnn> is a persistent 4-digit number. The website is accessible on that hotspot as ht​tp://comitup.local or ht​tp://comitup-<nnnn>.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.

The comitup-cli utility is available to interact with comitup from a local terminal session.

comitup requires NetworkManager and systemd.

Man pages

About

Bootstrap Wifi support over Wifi

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.0%
  • HTML 2.0%