All the works are published to this directory
This class is about embeded system development. We will be using the following low level programming languages.
- C
- HW1 -> Huffman tree, encoding and decoding file, Fundamental of C programming
- HW2 -> Audio Encoding, Debugging and Optimization on an old homework.
- HW3 -> Dynamic Allocator, Creating a Simple Allocator given framework and policy.
- HW4 -> Daemon Multiplexer, Create a simple program known as legion which respond to signals asynchronously.
- HW5 -> Chala Chat Server, Create a Thread-base Server that allows client to connect to the server and communicate to each other concurrently.