https://github.com/uedatakeyuki/slider_lesson_text
IoT の基礎を学ぶための実践例題集
https://github.com/uedatakeyuki/slider_lesson_text
Last synced: 2 months ago
JSON representation
IoT の基礎を学ぶための実践例題集
- Host: GitHub
- URL: https://github.com/uedatakeyuki/slider_lesson_text
- Owner: UedaTakeyuki
- Created: 2017-01-19T12:22:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T13:43:13.000Z (about 4 years ago)
- Last Synced: 2025-01-30T15:39:54.602Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 19.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 最新版の MONITOR を service として[こちら](https://monitor.uedasoft.com) にご用意いたしましたのでご利用いただければ幸いです
# Introduction
このドキュメントは IoT の基礎を学ぶための実習例題集です
Raspberry Pi、安価なセンサや表示デバイス、及び Raspberry Pi 上のアプリケーションソフトウェア [slider](https://github.com/UedaTakeyuki/slider)、[monitor](https://github.com/UedaTakeyuki/monitor)、[BackupPi_2](https://github.com/UedaTakeyuki/BackupPi_2)、等を使って
IoT システムの仕組みを理解し、並びに IoT にとどまらず Raspberry Pi をつかったいろいろな情報システムのプロトタイプを安価かつ迅速に作るためのノウハウを提供します## The body of this documents.
ドキュメントの本体は[こちら](SUMMARY.md)になります## How to make a PDF contents of this documents.
このドキュメントは gitbook を使って以下の手順で PDF を作成することができます
1. [gitbook](https://www.gitbook.com)のコマンドラインツールをインストール
```
sudo npm install gitbook-cli -g
```2. [calibre](http://calibre-ebook.com/download_linux)をインストール
```
sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main()"
```3. [このプロジェクト](https://github.com/UedaTakeyuki/slider_lesson_text)を clone
```
git clone [email protected]:UedaTakeyuki/slider_lesson_text.git
```4. gitbook で book.pdf を作成
```
cd slider_lesson_text
make
```このドキュメントは[源真ゴシック](http://jikasei.me/font/genshin/) を利用させていただき、体裁を確認させていただきました
[こちらの手順](http://backport.net/blog/2016/09/06/pdf_embedded_japanese_font/)を参照させていただき、[cloud9](https://c9.io)に源真ゴシックをインストールして pdf を作成しました## From where can I download the PDF.
上記、ビルド済 PDF の release version は[こちら](https://github.com/UedaTakeyuki/slider_lesson_text/releases)からダウンロードが可能です