2019-02-24 21:15:33 +01:00
# Wi-Fi Hotspot [![Build Status](https://travis-ci.org/labriqueinternet/hotspot_ynh.svg?branch=master)](https://travis-ci.org/labriqueinternet/hotspot_ynh) [![Integration level](https://dash.yunohost.org/integration/hotspot.svg)](https://dash.yunohost.org/appci/app/hotspot)
2018-05-13 11:22:34 +02:00
2018-05-13 11:37:33 +02:00
[![Install LaBriqueInterNet Hotspot with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.png )](https://install-app.yunohost.org/?app=hotspot)
2018-05-13 11:22:34 +02:00
2019-03-03 00:43:38 +01:00
This YunoHost app is a part of the "[La Brique Internet](http://labriqueinter.net)" project but can be used independently.
2014-11-10 00:32:04 +01:00
## Overview
2019-02-24 21:15:33 +01:00
Hotspot Wi-Fi app for [YunoHost ](http://yunohost.org/ ).
2014-11-10 00:32:04 +01:00
2019-02-24 21:15:33 +01:00
* Broadcast your own Wi-Fi internet access in addition to your self-hosted web services.
2014-11-10 00:32:04 +01:00
* Without internet access, it's a [PirateBox ](https://en.wikipedia.org/wiki/PirateBox ).
2019-02-24 21:15:33 +01:00
* With the [VPN Client app for YunoHost ](https://github.com/labriqueinternet/vpnclient_ynh ), it's an encrypted Wi-Fi internet access (eventually with [neutral access ](https://en.wikipedia.org/wiki/Net_neutrality ), without filters, and with IPv6, depending on your VPN provider).
2014-11-10 00:32:04 +01:00
## Features
* WPA2 encryption
2014-11-16 23:27:36 +01:00
* 802.11n compliant
2014-11-10 22:27:59 +01:00
* IPv6 compliant (with a delegated prefix)
2014-12-26 18:58:58 +01:00
* Announce DNS resolvers (IPv6 with RDNSS/DHCPv6 and IPv4 with DHCPv4)
* Automatic clients configuration (IPv6 with SLAAC/DHCPv6 and IPv4 with DHCPv4)
2014-11-16 23:27:36 +01:00
* Set an IPv6 from your delegated prefix (*prefix::42*) on the server, to use for the AAAA records
2019-02-24 21:15:33 +01:00
2020-05-31 05:33:17 +02:00
## Screenshots
2019-02-24 21:15:33 +01:00
![Screenshot of the web interface ](https://raw.githubusercontent.com/labriqueinternet/hotspot_ynh/master/screenshot.png )
2015-04-15 18:06:53 +02:00
2015-05-05 20:06:19 +02:00
## Friendly apps
2019-02-24 21:15:33 +01:00
Some other YunoHost apps have this Hotspot Wi-Fi app as prerequisite, in order to offer a service through a Wi-Fi access point.
2015-05-05 20:06:19 +02:00
2015-05-05 20:08:12 +02:00
With a multissid wireless card (most can do that), you can create multiple access points.
2015-05-05 20:06:19 +02:00
For example, you can create 3 hotspots:
1. *PirateBox*
2015-05-05 20:08:12 +02:00
2. *torNetwork*
3. *neutralNetwork*
2015-05-05 20:06:19 +02:00
You can then install and configure 3 other dependent apps on your YunoHost:
2015-07-22 23:54:56 +02:00
1. [PirateBox ](https://github.com/labriqueinternet/piratebox_ynh ) configured to use *PirateBox* ,
2015-05-11 09:44:16 +02:00
2. [Tor Client ](https://github.com/labriqueinternet/torclient_ynh/ ) configured to use *torNetwork* ,
3. [VPN Client ](https://github.com/labriqueinternet/vpnclient_ynh/ ) configured by default to use *neutralNetwork* because this hotspot is not used by another app in this case.
2015-05-05 20:06:19 +02:00
In this manner, with this example, you can provide 3 access points at the same time with 3 different services and only one wireless card.
2015-04-15 18:06:53 +02:00
## Prerequisites
2019-02-24 21:15:33 +01:00
* Debian Stretch
* YunoHost >= 3.2.0
2015-11-28 15:19:47 +01:00