Applying C For The IoT With Linux (I/O Press)
Wednesday, 05 June 2019

This is the book you need if you are programming for Single Board Computers (SBCs) that run Linux, or if you do any coding in C that interacts with the hardware. As there isn’t a good name for this body of knowledge, it isn’t easy to find a single source for it. In this book author Harry Fairhead gathers together all of these low-level, hardware-oriented and often hardware-specific ideas.

<ASIN:1871962617>

This is a moderately advanced book. This is not to say that it is difficult, but it does presuppose that you already know how to program in C and that you know the basic idioms of C.

Author: Harry Fairhead
Publisher: I/O Press
Date: May 2019
Pages: 332
ISBN: 978-1871962611
Print: 1871962617
Kindle: B07SH923YX
Audience: C programmers
Level: Intermediate/Advanced
Category: C/C++ and Hardware platforms

cforiot

  • Making a program run automatically
  • Working with user-mode Linux
  • Integer arithmetic
  • Fixed-point arithmetic
  • Floating-point arithmetic
  • Files and the pseudo file system
  • Dev/mem file and memory-mapped files
  • Working with raw memory
  • Sockets
  • Building a web client and a server
  • Graphics
  • Multi-tasking using Pthreads
  • Locking, using mutex and condition variables
  • Scheduling
  • Poll and threading
  • Managing cores
  • C11’s atomics, memory models and barriers
  • Mixing assembler with C

For recommendations of C books see  Top Choice C and C++ Books in our Programmer's Bookshelf section.

 

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Web Design, 7e (In Easy Steps)

Author: Sean McManus
Publisher: Easy Steps, 7th Ed, 2023
Pages: 228
ISBN: 978-1840789850
Print: 1840789859
Kindle: B0C24YV788
Audience:
Rating: 4
Reviewed by: Sue Gee
Web design without a designer - is it possible?



The Art of Computer Programming, Volume 4, Fascicle 5

Author: Donald Knuth
Publisher: Addison-Wesley
Pages: 320
ISBN: 978-0134671796
Print: 0134671791
Audience: Knuth fans
Rating: 4
Reviewer: Mike James
Another portion of TAoCP. Do you need to read it?


More Reviews