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
 


Python Crash Course, 3rd Ed (No Starch Press)

Author: Eric Matthes
Publisher: No Starch Press
Pages: 552
ISBN: 978-1718502703
Print: 1718502702
Kindle: B09WJX22TV
Audience: People wanting to learn Python
Level: Introductory/Intermediate
Audience: Not the complete beginner
Rating: 4
Reviewer: Alex Armstrong
To reach a third edition this [ ... ]



Classic Computer Science Problems in Java

Author: David Kopec
Publisher: Manning
Date: January 2021
Pages: 264
ISBN: 978-1617297601
Print: 1617297607
Audience: Java developers
Rating: 4
Reviewer: Mike James
Getting someone else to do the hard work of converting classic problems to code seems like a good idea. It all depends which problems [ ... ]


More Reviews