Update remote_access.rst

This commit is contained in:
tpollina 2019-12-04 16:40:17 -08:00 committed by GitHub
parent 3ca8853ab9
commit c9a3c69817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,44 +2,6 @@
Remote access
=============
.. warning::
Make sure your Raspberry Pi is connected to Internet either via WiFi or Ethernet.
Update your Pi
==============
Use the command lines to first update and upgrade your Raspbian ::
$ sudo apt-get update -y
$ sudo apt-get dist-upgrade -y
It's a good practice to reboot after that using ::
$ sudo reboot now
Packages installation
=====================
Install the packages for the standalone WiFi ::
$ sudo apt-get install dnsmasq hostapd -y
Install the packages for the standalone WiFi ::
$ sudo apt-get install dnsmasq hostapd -y
$ sudo apt-get install git -y
$ git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
$ cd RPi_Cam_Web_Interface
$ ./install.sh
#
#
#
#
#
Setting up a Raspberry Pi as an access point in a standalone network (NAT)
==========================================================================
@ -124,7 +86,7 @@ To use the 5 GHz band, you can change the operations mode from hw_mode=g to hw_m
.. warning::
Make sure you define the wished name (ssid) of the futur generated Wifi and its password (wpa_passphrase).
Make sure you **define the wished name (ssid)** of the futur generated Wifi and its **password (wpa_passphrase)**.
Set up your hoastapd.conf as follow ::