注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計算機/網(wǎng)絡(luò)人工智能物聯(lián)網(wǎng)連通性及系統(tǒng)集成(英漢雙語)

物聯(lián)網(wǎng)連通性及系統(tǒng)集成(英漢雙語)

物聯(lián)網(wǎng)連通性及系統(tǒng)集成(英漢雙語)

定 價:¥49.80

作 者: Norman Yu(美),朱懷中,齊從謙 編著
出版社: 中國電力出版社
叢編項:
標(biāo) 簽: 電工技術(shù) 工業(yè)技術(shù) 輸配電工程、電力網(wǎng)及電力系統(tǒng)

ISBN: 9787512385252 出版時間: 2015-12-01 包裝: 平裝
開本: 16開 頁數(shù): 256 字?jǐn)?shù):  

內(nèi)容簡介

暫缺《物聯(lián)網(wǎng)連通性及系統(tǒng)集成(英漢雙語)》簡介

作者簡介

暫缺《物聯(lián)網(wǎng)連通性及系統(tǒng)集成(英漢雙語)》作者簡介

圖書目錄

Content
目 錄
Preface
前言
Chapter 1 HTTP API Server 2
第1 章 HTTP API 服務(wù)器運行機制 3
1.1 Inside Look of an API Server 4
1.1 從內(nèi)部窺探API 服務(wù)器 5
1.2 HTTP API Call to API Server from Web Server 16
1.2 來自Web 服務(wù)器網(wǎng)頁的HTTP 對API 服務(wù)器的調(diào)用 17
1.3 HTTP API Call to API Server from Iphone 22
1.3 由Iphone 對API 服務(wù)器的HTTP 調(diào)用 23
1.4 HTTP API Call to API Server from Android 26
1.4 來自安卓手機的HTTP 對API 服務(wù)器的調(diào)用 27
1.5 HTTP API Call to API Server from Embedded System (Raspberry Pi) 30
1.5 來自嵌入式系統(tǒng)(樹莓派)的HTTP 調(diào)用API 服務(wù)器 31
1.6 Additional Information on Apache Server 32
1.6 關(guān)于Apache 服務(wù)器的補充信息 33
Chapter 2 Intra-Network Communication with Socket Programming 40
第2 章 帶套接口的內(nèi)聯(lián)網(wǎng)通信編程 41
2.1 TCP Transmission 40
2.1 TCP 傳輸 41
2.2 iOS TCP Server Sending Data 42
2.2 iOS TCP 服務(wù)器發(fā)送數(shù)據(jù) 45
2.3 iOS TCP Client Receiving Data 48
2.3 iOS TCP 客戶機接收數(shù)據(jù) 49
2.4 Android TCP Server Sending Data 50
2.4 安卓向TCP 服務(wù)器發(fā)送數(shù)據(jù) 51
2.5 Android TCP Client Receiving Data 54
2.5 安卓TCP 客戶機接收數(shù)據(jù) 55
2.6 UDP Transmission 56
2.6 UDP 傳輸方式 57
2.7 Raspberry Pi UDP Broadcasting and Receiving Message 58
2.7 樹莓派UDP 廣播和接收消息 59
2.8 Android UDP Server Broadcast Message 60
2.8 安卓UDP 服務(wù)器發(fā)送廣播消息 61
2.9 Android UDP Client Receive Message 64
2.9 安卓UDP 客戶端接收數(shù)據(jù) 65
2.10 Combining Both UDP and TCP 66
2.10 UDP 和 TCP 的結(jié)合 67
2.11 Enable Bluetooth on Raspberry Pi 66
2.11 啟用藍(lán)牙的樹莓派 69
Chapter 3 Web Server and Web Page 76
第3 章 Web 服務(wù)器與Web 頁面 77
3.1 Web page 76
3.1 Web 網(wǎng)頁 77
3.2 Template Page (index.php) 82
3.2 模板頁面(index.php) 83
3.3 Functions.php 文件的代碼 89
3.3 Inside Functions.php 90
3.4 Home.html 96
3.4 主頁 97
Chapter 4 The Raspberry Pi System 112
第4 章 樹莓派系統(tǒng) 113
4.1 Introduction to Raspberry Pi 112
4.1 樹莓派簡介 113
4.2 The Broadcom chipset 116
4.2 Broadcom 芯片組 117
4.3 WebIOPi, Controlling GPIO from the Web 120
4.3 WebIOPi——在Web 中控制GPIO 121
4.4 Python (Development Language for Raspberry-Pi) 126
4.4 Python(樹莓派開發(fā)工具)簡介 127
4.5 Design Example of using WebIOPi 142
4.5 使用WebIOPi 的設(shè)計實例 143
4.6 Build customized OS for Raspberry Pi 154
4.6 為樹莓派建立定制的OS 155
4.7 Exporting GPIO from sysfs 158
4.7 從sysfs 中導(dǎo)出GPIO 159
4.8 Expansion of GPIO using I2C 160
4.8 使用 I2C 的GPIO 擴展 161
4.9 Setting up a simple intranet 162
4.9 設(shè)置一個簡單的內(nèi)聯(lián)網(wǎng) 163
4.10 GPIO Motion Sensing with PIR 166
4.10 帶有PIR 的GPIO 運動檢測 167
Chapter 5 Linux Kernel Internals and API 168
第5 章 Linux 內(nèi)核和應(yīng)用程序編程接口 169
5.1 Double Linked List Data Structure 168
5.1 雙向鏈表的數(shù)據(jù)結(jié)構(gòu) 169
5.2 RCU Read Copy Update 172
5.2 讀取復(fù)制更新 173
5.3 net_device Structure 174
5.3 net_device 結(jié)構(gòu)變量的定義 175
5.4 sk_buff Structure 180
5.4 sk_buff 結(jié)構(gòu) 179
5.5 The sysfs Filesystem for Exporting Kernel Objects 182
5.5 sysfs 文件系統(tǒng)輸出的內(nèi)核對象 183
5.6 Dummy Net Driver Example 184
5.6 虛擬網(wǎng)絡(luò)驅(qū)動程序舉例 185
Chapter 6 Wireless Mesh Network with Raspberry-Pi 188
第6 章 攜帶樹莓派的無線網(wǎng)格網(wǎng) 189
6.1 Issue of using micro-controller and Pi solution 188
6.1 多重微控制問題及其解決方案 189
6.2 Application of Batman-adv in Raspberry-Pi 190
6.2 Batman-adv 在樹莓派中的應(yīng)用 191
6.3 Tables 192
6.3 有關(guān)表格 193
6.4 The Files 194
6.4 文件 195
6.5 OGM Packet Format and Sending 196
6.5 OGM 報文格式及發(fā)送 197
6.6 Background Information 198
6.6 有關(guān)背景知識 199
Addendum 222
附錄 222
A1 Designing of a Messaging System 一個網(wǎng)絡(luò)聊天系統(tǒng)的設(shè)計 222
A2 Uploading Picture/Audio to API Server 上傳圖片和音樂到API Server 234
References 241
參考文獻 241

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) m.ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號