Giter Site home page Giter Site logo

skywalker45 / rpi-mqtt-ap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chistogo/rpi-mqtt-ap

0.0 1.0 0.0 8.98 MB

If you are lazy like I am, this is a guide and some of the software to turn your raspberry pi into an access point that hosts an MQTT broker using Mosquitto and websockets.

CMake 0.86% Makefile 3.10% HTML 0.97% C 63.81% C++ 3.49% NSIS 0.94% XSLT 0.20% Perl 0.28% Python 15.53% Shell 1.02% Roff 9.80%

rpi-mqtt-ap's Introduction

RPI-MQQT-AP

If you are lazy like I am, this is a guide and some of the software to turn your raspberry pi into an access point that hosts an MQTT broker using Mosquitto and websockets.

Download latest version of raspian-lite and burn it to SD Card (win32diskimager)

Link to Raspbian: https://www.raspberrypi.org/downloads/raspbian/

Link to win32imager: https://sourceforge.net/projects/win32diskimager/

Make sure to exapand the File System (If you dont do this you will not have space to do anything)

sudo raspi-config 
sudo reboot

Remeber to change the password on the Raspberry Pi. This is important! Makes it so that people don't hack into it

The following command changes the password

passwd pi

Update Packages

sudo apt-get update

Update Kernel (Gets more drivers possibly supporting more devices)

sudo apt-get dist-upgrade

Upgrade Firmware (If you want the bleeding edge drivers)

sudo apt-get install rpi-update -y
sudo rpi-update

Restart the Pi to make sure you are using the latest firware

sudo reboot 

Get Git

sudo apt-get install git -y

Clone scripts and files in this repo.

git clone https://github.com/chistogo/RPI-MQQT-AP.git
#You might have to change the the files to make them executable. Just use chmod +x FILE_NAME_HERE.sh
#Also run the scripts with sudo

rpi-mqtt-ap's People

Contributors

chistogo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.