Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Embedded Ethernet and Internet Complete

Posted by timothy on Wed Feb 04, 2004 12:00 PM
from the tininess dept.
tdrury writes " Embedded Ethernet and Internet Complete , by Jan Axelson, is targeted towards the professional as well as the hobbyist embedded system designer who wants to further extend his communication options from traditional serial (RS-232, RS-455) communications to Ethernet. Axelson had been an author for Circuit Cellar magazine, and I have always enjoyed her articles, which tend to cover embedded communications of one type or another. (Axelson authors a set of Complete books including ones covering serial, parallel, and USB communication.)" Read on for the rest of tdrury's review.
Embedded Ethernet and Internet Complete
author Jan Axelson
pages 482
publisher Lakeview Research LLC
rating 9
reviewer Tim Drury
ISBN 1931448000
summary Designing with Ethernet in embedded systems.

Axelson's writing style is a little difficult to describe. At times you feel you could be reading a "For Dummies" (TM, Patent Pending, Please Don't Sue Me) book since her writing style is so easy to digest, but simultaneously, she's covering quite a bit of depth and breadth which you expect from a more advanced volume. This seems paradoxical yet the point stands: you will retain what you read from Axelson.

Contents

The networking basics sections describes the network protocol stack (Ethernet, TCP, UDP, and IP frames), collision mediation, and how to use a sniffer (Ethereal in her case). It's of moderate detail suitable for an introduction. Much more detail is provided in later sections. Axelson also uses this section to describe, in good detail, the Ethernet media access control scheme that arbitrates which device talks when and how to handle packet collisions.

These network hardware sections are an in-depth description of cabling (Cat-5, fiber, wireless, etc.) which includes bit rate, max lengths, encoding types, etc. She also includes a small section on building your own Cat-5 for you really cheap Joes. There is a cursory review of hubs, switches, and routers and the network architecture limitations imposed by each for each type of network cabling.

Axelson goes on to describe some common embedded systems including TINI (Java-based) and Rabbit (C-based), which are the two systems she uses and provides examples for. Thankfully, keeping with her Circuit Cellar hobbyist tradition, both of these systems are very affordable to the casual hobbyist. She also provides detailed descriptions of some common Ethernet chipsets down to the registers (at least for the ubiquitous NE2000 registers). Also included are schematics for typical interfaces to these chipsets for the reader who wishes to build his own Ethernet-aware embedded system.

The Internet basics sections describe the various connection solutions such as dial-up, DSL, and satellite and the benefits and limitations of each. Axelson provides a cursory discussion of firewalls, domain naming and DNS, URL dissection, DHCP, NAT, ARP, and ICMP. These sections, I believe, are suitably informational for the embedded system designer, but not exhaustive. She then launches into an in-depth discussion of IP addressing and the IPv4 header which, in my opinion, is required for anyone working at the packet level. Axelson uses some data from Ethereal to support her discussion of IPv4. She also reminds us that Ethernet communications need not use the full TCP or UDP stack but can, if desired, use only IP-wrapped packets or even just Ethernet frames to communicate.

We finally get to some real code in the TCP/UDP socket communication sections. Axelson begins with samples of UDP, then TCP, socket communications. She bounces back and forth between Rabbit C code and TINI Java code. Both sets of examples are properly threaded so as to be more than just academic-example hogwash. Then she delves into the details of UDP and TCP, beginning with descriptions of the frame headers, then concludes with handshaking/flow-control (SYN-ACK and so forth). She includes suggestions for other books that continue even deeper into socket communications which is very nice especially since they aren't gratuitous promotions from the same publisher. (They are, in fact, from two different publishers.) By the way, Lakeview Research is her own company, so Axelson self-publishes. Nice.

Fully half of the book is dedicated to describing the top layer of the protocol stack: applications. Specifically, HTTP client and server, receiving and sending email, and FTP client and server. The HTTP samples leverage the bundled TINI and Rabbit libraries to serve web pages. Axelson also includes examples of running a third-party servlet engine (Tynamo) on the TINI system. Similarly, the sections for sending and receiving email and the FTP client/server leverage the bundled libraries of Rabbit and TINI. I find this appropriate -- why write low-level socket code when there are available libraries that perform all the grunge work for you? If you do need to modify the support libraries, the Rabbit Dynamic C source code is available, but the TINI Java library source code is not.

The last few sections of the book discuss security. Axelson doesn't leave security as a footnote, as she does include sample code for basic authentication, but she also doesn't give security the depth she provided the other topics. Sure, security is a huge topic which would take numerous volumes to cover, but I thought this section could use a little more detail. I would like to have seen example code in the sections on encryption (both symmetric and asymmetric). I would like to have seen what is required to enable SSL in the web server examples. If these were not to be provided, I would have like to have her cite other books which would have completed her discussion as she did in the raw socket communications sections.

What Could Be Improved

I don't really like the large font and spacing used in this book; I prefer a more condensed text which probably would have reduced the book size some 20% or so. But as I think about it, perhaps this is one characteristic that make Axelson's books so easy to read: there is little eye-strain.

In the hardware sections, I would like to have seen even a trivial example of an NE2000 device driver. It wouldn't even have to be an Ethernet-compliant driver, just something that demonstrates sending and receiving with flow and error control. This would be useful if you were building your own device which didn't include a protocol stack.

In the low-level socket communications sections, I would have preferred to see two things. First, I would have liked to see a test program that communicated between the C-based Rabbit and the Java-based TINI to demonstrate a heterogeneous distributed embedded system. Second, I would have like to seen an echo test program. When prototyping communications to any embedded system I always write an echo test program which begins by transmitting a small message with a numeric value, then listens for messages, increments their value, and sends them back out. Validation testing is performed during this process. This program is easy to write and a great diagnostic tool.

Conclusion

Since this is my first book review I can't objectively give it an absolute rating like 4 stars or 8/10 since you have nothing to compare my judgment to. However, I can say that this book is well worth the money spent which, all too often, isn't the case anymore these days. I think Axelson has struck an ideal blend of detail where needed and summary when detail is not required. The book is organized well and should satisfy both the casual bathroom reader and the rigorous, horribly-cracked-binding, lab-bench-reference reader.

I like Axelson's writing style; it's an ideal blend of assume I'm an idiot-style when you need it and in-depth when you want to dig. Another great point: she doesn't stuff the appendices with data sheets, API documentation, or command syntax references. All those can be found on-line and have no place in a book, where they quickly become dated. If you absolutely must have a definite rating, then I'd give it an 8 or 9 out of 10. I would place books like Stevens' Unix Network Programming at a solid 10 and about 99% of the other books out there around a 5.


You can purchase Embedded Ethernet and Internet Complete from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • hehe (Score:4, Funny)

    by fjordboy (169716) on Wednesday February 04 2004, @12:03PM (#8180569)
    (http://www.peterswift.org/)
    The book is organized well and should satisfy both the casual bathroom reader and the rigorous, horribly-cracked-binding, lab-bench-reference reader.
    And sometimes, those two types are the exact same reader...
    • 1 reply beneath your current threshold.
  • Thanks for the review (Score:5, Interesting)

    by prostoalex (308614) on Wednesday February 04 2004, @12:06PM (#8180588)
    (Last Journal: Monday October 23 2006, @12:44PM)
    It sounds like a good title to have around, I will probably buy it just for that reason.

    However, if the device or embedded system you're working on is already designed and your goal is to network-enable it, what do you guys turn to? From what I've seen around, Lantronix XPort [lantronix.com] is a good option for cheap embedded device servers, but what else is available?

  • urrrgh (Score:1, Insightful)

    by Anonymous Coward on Wednesday February 04 2004, @12:09PM (#8180621)
    Ethernet, TCP, UDP, and IP frames

    Uhh.. Ethernet uses frames, IP uses packets.
    • Re:urrrgh by marcusb (Score:1) Wednesday February 04 2004, @03:20PM
    • 1 reply beneath your current threshold.
  • Mr first review of a review (Score:2, Funny)

    by lonb (716586) * on Wednesday February 04 2004, @12:23PM (#8180757)
    (http://www.snapfood.com/)
    ...let me suggest not starting your list improvements talking about fonts ;-)
  • Code samples for the book.... (Score:5, Informative)

    by tcopeland (32225) * <tomNO@SPAMinfoether.com> on Wednesday February 04 2004, @12:26PM (#8180778)
    (http://tomcopeland.blogs.com/)
    ...in Java and C are here [lvr.com].

    And the usual code quality report courtesy PMD [sf.net]:
    $ java net.sourceforge.pmd.PMD ~/tmp/eec/embedded_ethernet_complete_code/ text rulesets/unusedcode.xml -shortnames

    Tini/RealTimeWebPage/RealTimeWebPag e.java 42 Avoid unused local variables such as 'server'
    Tini/SendEmailMailto/SendEmail.java&nbsp ; 106 Avoid unused local variables such as 'mySendEmail'
    Tini/TcpServer/TcpServer.java 35 Avoid unused local variables such as 'myTcpServer'
    Tini/UdpReceive/UdpReceive.java 31 Avoid unused local variables such as 'myUdpReceive'
    Tini/UdpSend/UdpSend.java 43 Avoid unused local variables such as 'myUdpSend'
    • 1 reply beneath your current threshold.
  • Complete Internet (Score:1, Funny)

    by RetroGeek (206522) on Wednesday February 04 2004, @12:27PM (#8180789)
    (http://slashdot.org/)
    You mean I can buy the Internet?

    I wonder if the book includes a CD?
  • by evilad (87480) on Wednesday February 04 2004, @12:45PM (#8180933)
    Anybody seen something similar, but for USB? I.e., if you want to build an embedded USB slave device?
  • I can recommend the Rabbit processor (Score:3, Informative)

    by Anonymous Coward on Wednesday February 04 2004, @12:50PM (#8180970)
    fwiw, I've been using a Rabbit (RCM2200) for almost a year now on a personal project. It's connected to my house network, which is connected to the internet via the normal methods (Linksys hardware). The supplied libraries that come with the Rabbit are very capable as-is, but you can expand them if need be since you get the source (as the reviewer mentioned). I added code to be able to do authenticated smtp logins, for example. Getting code up and running to be able to do a telnet login to check on its status, and change settings was dead easy. It runs 24/7 and has been very reliable... the uptime hasn't exceeded a few months simply because I usually don't go that long without performing a code update of some kind, or otherwise powering down for a hardware reconfig, etc. Someday I may document the project and submit it to /. .... those who have seen it thus far think it's pretty kewl.

    w
  • Bigger Is Sometimes Better (Score:1, Interesting)

    by Anonymous Coward on Wednesday February 04 2004, @01:17PM (#8181237)

    By the way, Lakeview Research is her own company, so Axelson self-publishes. Nice.

    While I admire Jan for making a viable business out of something she obviously loves, she seems to have bitten off a lot for herself. After building some prototype hardware based on Parallel Port Complete, I found the book had an error making my hardware quite crippled (a software workaround was possible, but inefficient and ugly). I pointed it out to her via e-mail, but it was never resolved to my satisfaction. AFAIK, to this day that error still exists.

    I began to wonder what it must be like to self-publish and then deal with an error report when you are author, editor, publisher and tech support all rolled into one. A bigger company may not have handled my issue any better, but certainly it would have the resources do so easier than a small self-publisher. My two cents are: Jan's stuff is great for hobbyists, but beware of accuracy.

  • other good embedded IP resources (Score:3, Informative)

    by SleezyG (466461) on Wednesday February 04 2004, @01:58PM (#8181585)
    TCP/IP Lean by Jeremy Bentham, ISBN: 1-929629-11-7

    Cirrus Logic CS8900a Ethernet module [cirrus.com], it works in 8-bit mode

    Buy a CS8900 [embeddedethernet.com] module.

    ** Shameless plug **
    Read my thesis [lehigh.edu] about how to put it all together.
  • Another book (Score:3, Interesting)

    by scrotch (605605) on Wednesday February 04 2004, @01:59PM (#8181602)
    I just got sent an announcement for O'Reilly's Hardware Hacking Projects [oreilly.com] book.

    It may be a better fit for those of us with absolutely no background, really short attention spans and very strange ideas about what might be cool to do to a toilet...

  • TINI Java Library Source Code (Score:1, Informative)

    by Anonymous Coward on Wednesday February 04 2004, @02:32PM (#8181913)
    If you do need to modify the support libraries, the Rabbit Dynamic C source code is available, but the TINI Java library source code is not.
    I'm assuming you mean that the TINI Java library source code is not available as .java files? I've occassionally used JAD [tripod.com] to decompile .class files in order to examine and/or fix broken vendor implementations.
  • by LeftOfCentre (539344) on Wednesday February 04 2004, @04:36PM (#8183296)
    You refer to Jan as "her" and "she". Jan is a (Swedish) male name, however.
  • Cat-5? (Score:2)

    by iantri (687643) <iantri@NosPAm.gmx.net> on Wednesday February 04 2004, @04:42PM (#8183395)
    (http://iantri.ath.cx/)
    She also includes a small section on building your own Cat-5 for you really cheap Joes.

    Assuming they mean making up network cable and not actually fabricating CAT-5 wire, why on Earth would you NOT make your own cables?

    CDN$.30/foot + connectors is a hell of a lot cheaper than the precut lengths that are only available in standard sizes (25ft, 50ft), and it's very easy..

  • Other work by Jan Axelson (Score:2, Informative)

    by DanDanknick (749220) on Wednesday February 04 2004, @06:15PM (#8184532)
    We routinely publish her work in Nuts & Volts (hobby electronics) as well as SERVO Magazine (personal robotics).

    Dan Danknick
    Technical Editor (of both)
  • by Anonymous Coward on Wednesday February 04 2004, @12:08PM (#8180611)
    Hi, I represent Indian computer services company. It sounds like we could talk to your boss about replacing you with two smart ambitious goal-oriented individuals that I have in my office right here.
    [ Parent ]
  • by jo_ham (604554) <joham.jo-ham@com> on Wednesday February 04 2004, @12:23PM (#8180747)
    (http://jo-ham.com/)
    And so many people at /. wonder why they don't have a girlfriend...

    The smartest person I know is female.
    [ Parent ]
  • Free clue for Sam Duncan... (Score:2, Insightful)

    by rewt66 (738525) on Wednesday February 04 2004, @12:31PM (#8180811)
    Embedded and real-time are not equivalent.
    [ Parent ]
    • 1 reply beneath your current threshold.
  • by tdrury (49462) on Wednesday February 04 2004, @01:13PM (#8181192)
    (http://slashdot.org/)
    No, Jan is a woman.
    [ Parent ]
  • 18 replies beneath your current threshold.