Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 691 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 691 Bytes

ECEn 224 W24

BYU ECEn 224 taken Winter 2024

All Code is my own or was provided throughout the class

The purpose of this lab was to create a Ring-like doorbell that could send images to a server and have a menu and display, along with implementing basic threading techniques.

This is the order of the labs that I did

  1. Getting Started
  2. Command Line
  3. C Programming
  4. Debugging
  5. Image
  6. Display
  7. I/O
  8. Camera
  9. Client
  10. Threaded Client
  11. Doorbell

Also included is the famous Binary Bomb from Carnegie-Mellon University and the Attack Programming Assignment folders, and the text file solution for the bomb assigment, including all 6 phases and the secret 7th phase.