Skip to main content

Realtime Operating Systems (5 cr)

Code: TT00BB69-3008

General information


Enrollment

01.08.2023 - 30.09.2023

Timing

01.08.2023 - 31.12.2023

Number of ECTS credits allocated

5 op

Mode of delivery

Contact teaching

Unit

Teknologia

Teaching languages

  • Finnish

Degree programmes

  • Bachelor’s Degree in Information and Communication Technology

Teachers

  • Eero Huusko

Groups

  • TTV21SA
    TTV21SA
  • 01.09.2023 08:15 - 11:45, Reaaliaikaiset käyttöjärjestelmät TT00BB69-3008
  • 08.09.2023 08:15 - 11:45, Reaaliaikaiset käyttöjärjestelmät TT00BB69-3008
  • 15.09.2023 08:15 - 11:45, Reaaliaikaiset käyttöjärjestelmät TT00BB69-3008
  • 22.09.2023 08:15 - 11:45, Reaaliaikaiset käyttöjärjestelmät TT00BB69-3008
  • 29.09.2023 08:15 - 11:45, Reaaliaikaiset käyttöjärjestelmät TT00BB69-3008
  • 06.10.2023 08:15 - 11:45, Reaaliaikaiset käyttöjärjestelmät TT00BB69-3008
  • 13.10.2023 08:15 - 11:45, Reaaliaikaiset käyttöjärjestelmät TT00BB69-3008

Objective

After completing the course, the students will be familiar with the techniques of real-time software design and implementation and the software tools used in the software industry. They will also be capable of software development in an environment where the system consists of several synchronous and communicating processes or threads. They are able to design and implement real-time applications that work reliably and are prepared for problems caused by various asynchronous cases.
After completing the course, the students will have mastered the features of a real-time system and know how to design and program a measurement application and necessary device drivers using the Linux operating system, in an industrial information system.

Content

The course content consists of real-time program development and implementation in the Linux environment. Supervised assignments are used to teach processes and their interaction, the process synchronization requirement and tools, real time signaling, pipelines and FIFOs, synchronous and multiplexed I/O, timings, timers and timeouts. In addition, the course covers semaphors, use of shared memory, message queues, threads and synchronization, and various scheduling policies in real-time systems.

Evaluation scale

0 - 5

Arviointikriteerit, kiitettävä (5)

The course assignment evaluates whether students are able to evaluate the suitability of different implementation techniques for different situations and choose the best suited to the situation and whether the students can implement an application with all the technologies offered by the POSIX interface. Grade 5 requires that the student demonstrates a broad understanding of how to analyze the reliability and reliability of use of real-time applications.

Assessment criteria, good (3)

The course assignment evaluates whether the students are able to transmit information between processes and threads and whether they understand the synchronization problems associated with data transfer. The students must also be able to avoid synchronization problems by some means.

Arviointikriteerit, tyydyttävä (1)

The course assignment evaluates whether the students are able to understand why and how a computer assigns turns to tasks and whether they understand the features and differences between process and thread. The assignment also assesses whether the students can code an application which uses processes and threads.

Qualifications

Programming with C, System Programming