語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Getting started with secure embedded...
~
Radovici, Alexandru.
FindBook
Google Book
Amazon
博客來
Getting started with secure embedded systems = developing IoT systems for micro:bit and Raspberry Pi Pico using Rust and Tock /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Getting started with secure embedded systems/ by Alexandru Radovici, Ioana Culic.
其他題名:
developing IoT systems for micro:bit and Raspberry Pi Pico using Rust and Tock /
作者:
Radovici, Alexandru.
其他作者:
Culic, Ioana.
出版者:
Berkeley, CA :Apress : : 2022.,
面頁冊數:
xvii, 533 p. :ill., digital ;24 cm.
內容註:
Chapter 1: Embedded Systems and Architectures -- Chapter 2: Embedded Systems Software Development -- Chapter 3: The Tock Architecture System -- Chapter 4: Rust for Tock -- Chapter 5: Getting Started with Tock OS -- Chapter 6: The Structure of a Custom Tock System -- Chapter 7: Userspace Applications Development -- Chapter 8: Writing a Synchronus Syscall Capsule -- Chapter 9: Writing an Asynchronus Syscall Capsule -- Chapter 10: The Implementation of a Service Capsule -- Chapter 12: Tock Userspace Driver -- Chapter 12: Tock Systems Manager.
Contained By:
Springer Nature eBook
標題:
Embedded computer systems - Security measures. -
電子資源:
https://doi.org/10.1007/978-1-4842-7789-8
ISBN:
9781484277898
Getting started with secure embedded systems = developing IoT systems for micro:bit and Raspberry Pi Pico using Rust and Tock /
Radovici, Alexandru.
Getting started with secure embedded systems
developing IoT systems for micro:bit and Raspberry Pi Pico using Rust and Tock /[electronic resource] :by Alexandru Radovici, Ioana Culic. - Berkeley, CA :Apress :2022. - xvii, 533 p. :ill., digital ;24 cm.
Chapter 1: Embedded Systems and Architectures -- Chapter 2: Embedded Systems Software Development -- Chapter 3: The Tock Architecture System -- Chapter 4: Rust for Tock -- Chapter 5: Getting Started with Tock OS -- Chapter 6: The Structure of a Custom Tock System -- Chapter 7: Userspace Applications Development -- Chapter 8: Writing a Synchronus Syscall Capsule -- Chapter 9: Writing an Asynchronus Syscall Capsule -- Chapter 10: The Implementation of a Service Capsule -- Chapter 12: Tock Userspace Driver -- Chapter 12: Tock Systems Manager.
Build secure and reliable IoT applications for micro:bit and Raspberry Pi Pico by using Rust and Tock. One of the first Operating Systems written in Rust, Tock is designed to safely run multiple applications on low power devices, enabling you to build a secure foundation for IoT systems. It is an open-source OS that has recently gained popularity as companies such as Google[1] explore and integrate it into their products. This book guides you through the steps necessary to customize and integrate Tock into your devices. First, you'll explore the characteristics of Tock and how to run it on two of the most popular IoT platforms: micro:bit and Raspberry Pi Pico. You'll also take a look at Rust and how to use it for building secure applications with Tock. The book focuses on the Tock kernel internals and presents the steps necessary to integrate new features. From simple drivers to the more complex asynchronous ones, you are provided with a detailed description of the Tock kernel API. Next, you'll review the Tock applications framework for C. Starting from simple Tock APIs to the more complex Inter-Process Communication system, this book provides a complete overview of the Tock application ecosystem. By taking a practical approach, Getting Started with Secure Embedded Systems provides a starting point for building a secure IoT foundation using the Tock Operating System. You will: Use Rust for embedded systems development Write applications and drivers for Tock Customize the Tock kernel for specific hardware platforms Set a solid base for building secure and reliable IoT applications Use Tock to ensure the security of your microcontrollers and integrate them into your projects Manage products that rely on Tock.
ISBN: 9781484277898
Standard No.: 10.1007/978-1-4842-7789-8doiSubjects--Topical Terms:
1085966
Embedded computer systems
--Security measures.
LC Class. No.: TK7895.E42 / R33 2022
Dewey Class. No.: 005.8
Getting started with secure embedded systems = developing IoT systems for micro:bit and Raspberry Pi Pico using Rust and Tock /
LDR
:03372nmm a2200325 a 4500
001
2297868
003
DE-He213
005
20220124160550.0
006
m d
007
cr nn 008maaau
008
230324s2022 cau s 0 eng d
020
$a
9781484277898
$q
(electronic bk.)
020
$a
9781484277881
$q
(paper)
024
7
$a
10.1007/978-1-4842-7789-8
$2
doi
035
$a
978-1-4842-7789-8
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
TK7895.E42
$b
R33 2022
072
7
$a
UB
$2
bicssc
072
7
$a
COM067000
$2
bisacsh
072
7
$a
UBM
$2
thema
082
0 4
$a
005.8
$2
23
090
$a
TK7895.E42
$b
R131 2022
100
1
$a
Radovici, Alexandru.
$3
3451724
245
1 0
$a
Getting started with secure embedded systems
$h
[electronic resource] :
$b
developing IoT systems for micro:bit and Raspberry Pi Pico using Rust and Tock /
$c
by Alexandru Radovici, Ioana Culic.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xvii, 533 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Embedded Systems and Architectures -- Chapter 2: Embedded Systems Software Development -- Chapter 3: The Tock Architecture System -- Chapter 4: Rust for Tock -- Chapter 5: Getting Started with Tock OS -- Chapter 6: The Structure of a Custom Tock System -- Chapter 7: Userspace Applications Development -- Chapter 8: Writing a Synchronus Syscall Capsule -- Chapter 9: Writing an Asynchronus Syscall Capsule -- Chapter 10: The Implementation of a Service Capsule -- Chapter 12: Tock Userspace Driver -- Chapter 12: Tock Systems Manager.
520
$a
Build secure and reliable IoT applications for micro:bit and Raspberry Pi Pico by using Rust and Tock. One of the first Operating Systems written in Rust, Tock is designed to safely run multiple applications on low power devices, enabling you to build a secure foundation for IoT systems. It is an open-source OS that has recently gained popularity as companies such as Google[1] explore and integrate it into their products. This book guides you through the steps necessary to customize and integrate Tock into your devices. First, you'll explore the characteristics of Tock and how to run it on two of the most popular IoT platforms: micro:bit and Raspberry Pi Pico. You'll also take a look at Rust and how to use it for building secure applications with Tock. The book focuses on the Tock kernel internals and presents the steps necessary to integrate new features. From simple drivers to the more complex asynchronous ones, you are provided with a detailed description of the Tock kernel API. Next, you'll review the Tock applications framework for C. Starting from simple Tock APIs to the more complex Inter-Process Communication system, this book provides a complete overview of the Tock application ecosystem. By taking a practical approach, Getting Started with Secure Embedded Systems provides a starting point for building a secure IoT foundation using the Tock Operating System. You will: Use Rust for embedded systems development Write applications and drivers for Tock Customize the Tock kernel for specific hardware platforms Set a solid base for building secure and reliable IoT applications Use Tock to ensure the security of your microcontrollers and integrate them into your projects Manage products that rely on Tock.
650
0
$a
Embedded computer systems
$x
Security measures.
$3
1085966
650
0
$a
Internet of things.
$3
2057703
650
0
$a
Rust (Computer program language)
$3
3449097
650
0
$a
Software engineering.
$3
559826
650
0
$a
Computer networks.
$3
539554
650
1 4
$a
Maker.
$3
3538489
700
1
$a
Culic, Ioana.
$3
3451723
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7789-8
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9439760
電子資源
11.線上閱覽_V
電子書
EB TK7895.E42 R33 2022
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入