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

https://github.com/zeroby0/iiitb.sem8.rtos

Everything related to the RTOS course at IIITB
https://github.com/zeroby0/iiitb.sem8.rtos

Last synced: 8 months ago
JSON representation

Everything related to the RTOS course at IIITB

Awesome Lists containing this project

README

          

# RTOS
Everything related to the RTOS course at IIITB.

All the code is unlicensed and is released into the Public Domain. Read the ['License'](./LICENSE) file for more info.

# Assignments
1. [Message Queues](./assignments/1/)
- [Echo](./assignments/1/echo)
- [Database](./assignments/1/databaseServer)
2. [Unix Sockets](./assignments/2/)
- [Echo](./assignments/2/echoServer)
- [Database](./assignments/2/databaseServer)
3. [Voip](./assignments/3/)
- [Server](./assignments/3/server.c)
- [Client](./assignments/3/client.c)

# Midterm
1. [Coroutines](./midterm/openbook/)
- [Example](./midterm/openbook/example.c)
- [Snakes and Ladders](./midterm/openbook/snl.c)
2. [Sensors](./midterm/takehome)
- [Client](./midterm/takehome/src/client.c)
- [Server](./midterm/takehome/src/server.c)

# Project
1. [Project](./project/)
- [Server](./project/server.py)
- [Backend](./project/backend.py)
- [scan](./project/wifiscan)