October 2007

Table of Contents error

On the second last page of the table of contents, Chapter 7 is labeled “The Tools”. It should be labeled “Sessionless Networks”.

Errata

Comments Off

Permalink

Diagram error

On page 51, in the Synchronous Serial Communication diagram, the third pin on the master chip is labeled “Master Out Slave Out”. It should be labeled “Master Out Slave In.”

Thanks to Michael Schneider for catching this.

Chapter 2
Errata

Comments Off

Permalink

Program Listing Error

In Appendix C on Page 408, the program listing for “Color Recognition with a Webcam” does not perform that function. It’s a duplication of the previous program in the appendix, “Accelerometer Tilt.” The correct code for color recognition can be found on page 298.

Appendix C
Errata

Comments Off

Permalink

Socket Test

/*
    Socket Test
    Language: ActionScript 2.0

    Exchanges strings through an XMLSocket
*/

Continue Reading »

Appendix A

Comments Off

Permalink

Serial Server

/*
 Serial Server
 language: processing

 This program makes a connection between a serial port
 and a network socket.

*/

Continue Reading »

Appendix A
Processing

Comments Off

Permalink

MIDI

/*
     MIDI
    Language: Wiring/Arduino

    plays MIDI notes from 30 to 90 (F#-0 to F#-5)
*/

Continue Reading »

Appendix A
Arduino/Wiring

Comments Off

Permalink

Phone Finder

/*
    Phone Finder
    Language: PHP

    Identifies the user agent and IP address and sends an email
    notification. Runs on mobile phones.

*/

Continue Reading »

Appendix A
PHP

Comments Off

Permalink

SMS Messenger

/*
    SMS messenger
    Language: PHP

    Sends SMS messages

*/

Continue Reading »

Appendix A
PHP

Comments Off

Permalink

Age Checker

/*
	Age checker
	Language: PHP
	Expects two parameters from the HTTP request:
		name (a text string)
		age (an integer)
		Prints a personalized greeting based on the name and age.
*/

Continue Reading »

Chapter 3
PHP

Comments Off

Permalink

Cat on Mat

/*
Cat On Mat
 Language: PHP

 Expects a parameter called SensorValue, an integer.
 Prints a custom message depending on the value of SensorValue.

*/

Continue Reading »

Chapter 3
PHP

Comments Off

Permalink