An open API service indexing awesome lists of open source software.

https://github.com/kalongn/cse-320

System Fundamentals 2
https://github.com/kalongn/cse-320

asynchronous-programming c concurrent-programming debugging-tool memory-allocator multithreading optimization-tools pointers-and-references

Last synced: 2 months ago
JSON representation

System Fundamentals 2

Awesome Lists containing this project

README

        

# CSE 320 System Fundamentals 2
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
## HW Concepts
1. HW1 -> Huffman tree, encoding and decoding file, Fundamental of C programming
2. HW2 -> Audio Encoding, Debugging and Optimization on an old homework.
3. HW3 -> Dynamic Allocator, Creating a Simple Allocator given framework and policy.
4. HW4 -> Daemon Multiplexer, Create a simple program known as legion which respond to signals asynchronously.
5. HW5 -> Chala Chat Server, Create a Thread-base Server that allows client to connect to the server and communicate to each other concurrently.