Wysyłka i dostawaKliknij Zobacz szczegóły, aby uzyskać dodatkowe informacje dotyczące wysyłki i zwrotów.
Masz taki przedmiot na sprzedaż?

Linux Appliance Design: A Hands-on Guide to Building Linux Appliances, Smith

Tekst oryginalny
Linux Appliance Design : A Hands-on Guide to Building Linux Appliances, Smith
jenoconnell1010
  • (129)
  • Zarejestrowany jako prywatny sprzedawca
    W związku z tym prawa konsumenckie wynikające z przepisów UE o ochronie konsumentów nie mają zastosowania. W przypadku większości zakupów nadal obowiązuje Ochrona kupujących eBay. Dowiedz się więcej
US $5,99
Około23,01 zł
lub Najlepsza oferta
Stan:
Dobry
Pospiesz się, zanim zniknie. 1 osoba obserwuje ten przedmiot.
Wysyłka:
US $5,38 (około 20,67 zł) USPS Media MailTM.
Znajduje się w: Cincinnati, Ohio, Stany Zjednoczone
Dostawa:
Szacowana między Wt, 24 wrz a Cz, 26 wrz do 43230
Czas dostawy jest szacowany naszą metodą na podstawie odległości między kupującym a lokalizacją przedmiotu, wybranej usługi wysyłkowej, historii wysyłek sprzedawcy i innych czynników. Czasy dostawy mogą się różnić, szczególnie w okresach największego ruchu.
Zwroty:
Zwrot w ciągu 30 dni. Za wysyłkę zwrotną płaci kupujący.
Płatności:
    

Kupuj bez obaw

Gwarancja zwrotu pieniędzy eBay
Sprzedawca ponosi pełną odpowiedzialność za wystawienie tej oferty sprzedaży.
Nr przedmiotu eBay: 305331547995

Parametry przedmiotu

Stan
Dobry: Książka, która była czytana, ale nadal jest w dobrym stanie. Na okładce widoczne są ...
Book Title
Linux Appliance Design : A Hands-on Guide to Building Linux Appli
Features
Ex-Library
Subject
Operating Systems / Linux, Software Development & Engineering / General, Electrical, Hardware / Mainframes & Minicomputers
ISBN
9781593271404
Subject Area
Computers, Technology & Engineering
Publication Name
Linux Appliance Design : a Hands-On Guide to Building Linux Applications
Publisher
No Starch Press, Incorporated
Item Length
9.2 in
Publication Year
2007
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
1.1 in
Author
Bob Smith, Bill Pierce, John Hardin, Graham Phillips
Item Weight
13 Oz
Item Width
7 in
Number of Pages
384 Pages

O tym produkcie

Product Identifiers

Publisher
No Starch Press, Incorporated
ISBN-10
1593271409
ISBN-13
9781593271404
eBay Product ID (ePID)
60077073

Product Key Features

Number of Pages
384 Pages
Language
English
Publication Name
Linux Appliance Design : a Hands-On Guide to Building Linux Applications
Subject
Operating Systems / Linux, Software Development & Engineering / General, Electrical, Hardware / Mainframes & Minicomputers
Publication Year
2007
Type
Textbook
Subject Area
Computers, Technology & Engineering
Author
Bob Smith, Bill Pierce, John Hardin, Graham Phillips
Format
Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
13 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2006-020778
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
005.3
Table Of Content
;ACKNOWLEDGMENTS;INTRODUCTION; What This Book Is About; What This Book Is Not About; Who Should Read This Book; Why Use Linux?; Linux Appliance Design;Chapter 1: APPLIANCE ARCHITECTURE; 1.1 UIs and Daemons; 1.2 The Architecture of the Laddie Appliance; 1.3 Summary;Chapter 2: MANAGING DAEMONS; 2.1 Common Approaches to Managing Daemons; 2.2 Control and Status Protocols; 2.3 Summary;Chapter 3: USING RUN-TIME ACCESS; 3.1 RTA Appliance Architecture; 3.2 RTA Daemon Architecture; 3.3 Telling RTA About Your Columns and Tables; 3.4 Building Your First RTA Program; 3.5 A Little SQL; 3.6 Introduction to RTA's Built-in Tables; 3.7 The RTA Table Editor; 3.8 Summary;Chapter 4: BUILDING AND SECURING DAEMONS; 4.1 How to Build a Daemon; 4.2 How to Secure a Daemon; 4.3 A Prototype Daemon; 4.4 Summary; 4.5 Further Reading;Chapter 5: THE LADDIE ALARM SYSTEM: A SAMPLE APPLIANCE; 5.1 Introduction to Alarm Systems; 5.2 A Functional Specification for Laddie; 5.3 Laddie's Hardware Design; 5.4 Laddie's Software Design; 5.5 Building and Testing ladd; 5.6 Summary;Chapter 6: LOGGING; 6.1 Do You Need Logging?; 6.2 Architecture of a Logging System; 6.3 syslog; 6.4 On-Demand Logging; 6.5 Summary;Chapter 7: LADDIE EVENT HANDLING; 7.1 Rationale for a New Event-Handling System; 7.2 Features and Capabilities of logmuxd; 7.3 Configuring logmuxd; 7.4 Examples Using logmuxd; 7.5 Summary;Chapter 8: DESIGNING A WEB INTERFACE; 8.1 Web Basics; 8.2 Establishing Requirements; 8.3 Choosing a Webserver; 8.4 UI Design; 8.5 Implementation; 8.6 Improving Our Design; 8.7 Resources; 8.8 Summary;Chapter 9: DESIGNING A COMMAND LINE INTERFACE; 9.1 Why You Need a CLI; 9.2 Types of CLIs; 9.3 Giving Users Access to a CLI; 9.4 The Laddie CLI; 9.5 Code Review for the test Command; 9.6 Summary;Chapter 10: BUILDING A FRONT PANEL INTERFACE; 10.1 Buttons, LEDs, and LCDs; 10.2 Designing a Front Panel UI; 10.3 The Laddie Front Panel; 10.4 Improving Our Design; 10.5 Summary;Chapter 11: DESIGNING A FRAMEBUFFER INTERFACE; 11.1 How Video Memory Works; 11.2 The Linux Framebuffer Device Driver; 11.3 Graphics Libraries; 11.4 "Hello, world!" with SDL; 11.5 Graphical UI Toolkits; 11.6 The Laddie Framebuffer UI; 11.7 Summary;Chapter 12: INFRARED REMOTE CONTROL; 12.1 Communicating with Infrared Light; 12.2 Hardware for Remote Control Receivers; 12.3 Installing and Configuring LIRC for the Laddie Appliance; 12.4 Summary;Chapter 13: HANDS-ON INTRODUCTION TO SNMP; 13.1 A Quick Note on Terminology; 13.2 The Software; 13.3 Installing SNMP; 13.4 Exploring with SNMP; 13.5 Writing Values with SNMP; 13.6 SNMP Traps; 13.7 Summary;Chapter 14: DESIGNING AN SNMP MIB; 14.1 Our Goal; 14.2 Your Enterprise Number; 14.3 The MIB Files; 14.4 LADDIE-GROUP-SMI; 14.5 Creating the LAD-MIB; 14.6 Validating Your MIB; 14.7 Summary;Chapter 15: IMPLEMENTING YOUR SNMP MIB; 15.1 The Net-SNMP Agent; 15.2 The MIB Skeleton: mib2c; 15.3 The Header File: ladProject.h; 15.4 The Code File: ladProject.c; 15.5 Makefile Revisited; 15.6 Debugging; 15.7 Traps; 15.8 Summary;RTA REFERENCE; Overview of RTA; RTA Constants; Data Structures; API Subroutines; SELECT and UPDATE Syntax; Internal RTA Tables; Debug Configuration; Error Messages; Callback Routines;REVIEW OF SNMP; Why SNMP?; Agents and Managers; Namespace, Grammar, and Protocol; The MIB; The OID; MIB-2; The SMI; The SNMP Protocol; SNMPv1, SNMPv2, and SNMPv3; SNMP Data Types; SNMP Tables; Defining New Types; Structure of a MIB File; Summary;INSTALLING A FRAMEBUFFER DEVICE DRIVER; Finding Framebuffer Device Drivers for Your Video Card; Configuring the Framebuffer Device Driver;A DB-TO-FILE UTILITY; Overview; Table Definitions; A tbl2filed Example; Security Notes;THE LADDIE APPLIANCE BOOTABLE CD; Running the Laddie Appliance; Exploring the CD Contents; Rebuilding the Laddie Appliance;COLOPHON;
Synopsis
Modern appliances are complex machines with processors, operating systems, and application software. While there are books that will tell you how to run Linux on embedded hardware, and books on how to build a Linux application, Linux Appliance Design is the first book to demonstrate how to merge the two and create a Linux appliance. You'll see for yourself why Linux is the embedded operating system of choice for low-cost development and a fast time to market. "Linux Appliance Design" shows how to build better appliances-appliances with more types of interfaces, more dynamic interfaces, and better debugged interfaces. You'll learn how to build backend daemons, handle asynchronous events, and connect various user interfaces (including web, framebuffers, infrared control, SNMP, and front panels) to these processes for remote configuration and control. Linux Appliance Design also introduces the Run-Time Access library, which provides a uniform mechanism for user interfaces to communicate with daemons. Learn to: Separate your user interfaces from your daemons Give user interfaces run time access to configuration, status, and statistics Add professional network management capabilities to your application Use SNMP and build a MIB Build a web-based appliance interface Build a command line interface (CLI) Build a framebuffer interface with an infrared control as input Manage logs and alarms on an appliance Companion CD includes a prototype appliance-a home alarm system-that supports the book's lessons., While there are books that tell readers how to run Linux on embedded hardware and books on how to build a Linux application, this volume is the first book to demonstrate how to merge the two to create a Linux appliance., Modern appliances are complex machines with processors, operating systems, and application software. While there are books that will tell you how to run Linux on embedded hardware, and books on how to build a Linux application, Linux Appliance Design is the first book to demonstrate how to merge the two and create a Linux appliance. You'll see for yourself why Linux is the embedded operating system of choice for low-cost development and a fast time to market. Linux Appliance Design shows how to build better appliances-appliances with more types of interfaces, more dynamic interfaces, and better debugged interfaces. You'll learn how to build backend daemons, handle asynchronous events, and connect various user interfaces (including web, framebuffers, infrared control, SNMP, and front panels) to these processes for remote configuration and control. Linux Appliance Design also introduces the Run-Time Access library, which provides a uniform mechanism for user interfaces to communicate with daemons. Learn to: Separate your user interfaces from your daemons Give user interfaces run time access to configuration, status, and statistics Add professional network management capabilities to your application Use SNMP and build a MIB Build a web-based appliance interface Build a command line interface (CLI) Build a framebuffer interface with an infrared control as input Manage logs and alarms on an appliance Companion CD includes a prototype appliance-a home alarm system-that supports the book's lessons., While there are books that tell readers how to run Linux on embedded hardware and books on how to build a Linux application, Linux Appliance Design is the first book to demonstrate how to merge the two to create a Linux appliance. Programmers will learn how to build backend daemons, handle asynchronous events, and connect various user interfaces (including web, framebuffers, infared control, SNMP, and front panels) to these processes for remote configuration and control. Linux Appliance Design also introduces the Runtime Access Protocol, which provides a uniform mechanism for user interfaces to communicate with daemons., While there are books that tell readers how to run Linux on embedded hardware and books on how to build a Linux application, Linux Appliance Design is the first book to demonstrate how to merge the two to create a Linux appliance. Programmers will learn how to build backend daemons, handle asynchronous events, and connect various user ......
LC Classification Number
QA76.76.O63L545115

Opis przedmiotu podany przez sprzedawcę

jenoconnell1010

jenoconnell1010

100% opinii pozytywnych
Sprzedane przedmioty: 425
Dołączył: lip 2016
Zwykle odpowiada w ciągu 24 godzin
Zarejestrowany jako prywatny sprzedawca
W związku z tym prawa konsumenckie wynikające z przepisów EU o ochronie konsumentów nie obowiązują. W przypadku większości zakupów nadal obowiązuje Ochrona kupujących eBay. Dowiedz się więcejDowiedz się więcej

Opinie sprzedawców (117)

  • l***c (1048)- Opinie wystawione przez kupującego.
    Ostatnie 6 miesięcy
    Zakup potwierdzony
    A++++ great item and seller
    Odpowiedź od: jenoconnell1010- Opinie, na które odpowiedział sprzedawca jenoconnell1010.- Opinie, na które odpowiedział sprzedawca jenoconnell1010.
    Thanks for your purchase and the great review!
  • 7***r (1460)- Opinie wystawione przez kupującego.
    Ostatnie 6 miesięcy
    Zakup potwierdzony
    good service
    Odpowiedź od: jenoconnell1010- Opinie, na które odpowiedział sprzedawca jenoconnell1010.- Opinie, na które odpowiedział sprzedawca jenoconnell1010.
    Thanks so much for the review!
  • u***r (949)- Opinie wystawione przez kupującego.
    Ostatnie 6 miesięcy
    Zakup potwierdzony
    The item was shipped quickly and came as described. I would definitely do business with the seller again 😊
    Odpowiedź od: jenoconnell1010- Opinie, na które odpowiedział sprzedawca jenoconnell1010.- Opinie, na które odpowiedział sprzedawca jenoconnell1010.
    Thanks so much for the great review, it was nice doing business with you!