tuanpmt / iot-for-beginners-book

Home Page:https://tuanpmt.github.io/iot-for-beginners-book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iot for beginners book iot for beginners book Total download Twitter Follow GitHub contributors Paypal donate

Internet Of Things for beginners

Welcome to the first edition of the Internet Of Things for beginners book.

You can find this book online at: https://tuanpmt.github.io/iot-for-beginners-book or Download PDF

Currently support English and Vietnamese language

Content

  • Ebook content focused on the knowledge that needs to be mastered for making Internet IoT products include the most common protocol standards for IoT such as HTTP, MQTT, Web Socket over IP network. Commonly used languages are C/C ++, NodeJS/Javascript, HTML, CSS

  • Main issues in releasing an IoT application, such as OTA, Configuring WiFi devices, and launching a Web Server.

  • Sample applications such as bitcoin pricing, temperature/humidity logger, control device over the Internet …​

  • The content is compiled using Arduino for ESP8266

How To Generate the Book

You can generate the e-book files manually with Asciidoctor. If you run the following you may actually get HTML, (Epub, Mobi - need to fix images dir) and PDF output files:

$ bundle install
$ LANG=en make pdf
$ LANG=vi make pdf
$ LANG=en make html
$ LANG=vi make html

About

https://tuanpmt.github.io/iot-for-beginners-book


Languages

Language:Ruby 59.3%Language:Shell 25.6%Language:Makefile 15.1%