All Projects → davesteele → Comitup

davesteele / Comitup

Licence: gpl-2.0
Bootstrap Wifi support over Wifi

Projects that are alternatives of or similar to Comitup

Realtek-USB-Wireless-Adapter-Drivers
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)
Stars: ✭ 34 (-82.11%)
Mutual labels:  raspberrypi, wifi, raspberry-pi-3
Aasdk
Library to build AndroidAuto headunit emulator
Stars: ✭ 167 (-12.11%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (+24.21%)
Mutual labels:  raspberry-pi, raspberry-pi-3, wifi
Rpi gpio
Ruby conversion of RPi.GPIO Python module
Stars: ✭ 185 (-2.63%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Debian Pi Aarch64
This is the first 64-bit system in the world to support all Raspberry Pi 64-bit hardware!!! (Include: PI400,4B,3B+,3B,3A+,Zero2W)
Stars: ✭ 2,505 (+1218.42%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Openauto
AndroidAuto headunit emulator
Stars: ✭ 1,926 (+913.68%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Spypi
An (un-)ethical hacking-station based on Raspberry Pi and Python
Stars: ✭ 167 (-12.11%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Raspap Webgui
Simple wireless AP setup & management for Debian-based devices
Stars: ✭ 3,383 (+1680.53%)
Mutual labels:  raspberry-pi, raspberrypi, wifi
Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (+379.47%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Rpisurv
Raspberry Pi surveillance
Stars: ✭ 293 (+54.21%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (-63.68%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-72.63%)
Mutual labels:  raspberry-pi, raspberrypi, raspberry-pi-3
Wifimeshraspberrypi
Workshop to create a sensor application over a WiFi Mesh network
Stars: ✭ 99 (-47.89%)
Mutual labels:  raspberry-pi, raspberrypi, wifi
Pishrink
Make your pi images smaller!
Stars: ✭ 2,255 (+1086.84%)
Mutual labels:  raspberry-pi, raspberrypi
E paper weather display
Raspberry Pi weather display using Waveshare e-paper display and Open Weather Map API
Stars: ✭ 159 (-16.32%)
Mutual labels:  raspberry-pi, raspberrypi
Piadvanced
This started as a custom install for my pihole!
Stars: ✭ 144 (-24.21%)
Mutual labels:  raspberry-pi, raspberrypi
Swift On Balena
Docker images for Swift on Raspberry Pi and other ARM devices from balena's base images.
Stars: ✭ 153 (-19.47%)
Mutual labels:  raspberrypi, raspberry-pi-3
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (-14.21%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Lib Python
Blynk IoT library for Python and Micropython
Stars: ✭ 140 (-26.32%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Rpi Security
A security system written in python to run on a Raspberry Pi with motion detection and mobile notifications
Stars: ✭ 171 (-10%)
Mutual labels:  raspberry-pi, wifi

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-<nnn>, where <nnn> is a persistent number. The website is accessible on that hotspot as ht​tp://comitup-<nnn>.local from any device which supports Bonjour/ZeroConf/Avahi. For other devices, use a Zeroconf browser (Android, Windows) to determine the IP address of the "Comitup Service", and browse to http://<ipaddress>. This address will be http://10.41.0.1/

The comitup service implements a captive portal while in HOTSPOT mode. On supported systems (IOS, Android, MacOS, Linux, or anything running Firefox), the connection web page will come up automatically when connecting to the access point.

Comitup can remember multiple upstream connections, and will search among them in the connection attempt, making it easier to move your device to different locations.

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.

See the Home Page for installation information.

Man pages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].