p3rsephone / SO

Project for Operating Systems in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SO

Project for Operating Systems in C

What is it?

This project is inspired by a Stream Processing network like Apache Storm. It simulates a network of components to filter, modify and process several events. It is meant for Linux systems, and it introduces the concepts of pipes and signals. It is able to run several commands.

How do I compile it?

Use make.

And how do I use it?

You can type all of your commands in the controller.

Still lost 😩

If you don't know where to start, you can check out one of our examples first.

Things to improve

  • Add support for MacOS
  • Don't lose information when disconnecting while node is just reading
  • Add page about examples

Contributors

Made by:

Gil Cunha

Nuno Faria

Tânia Silva (That's me 😉)

About

Project for Operating Systems in C


Languages

Language:C 97.9%Language:Makefile 2.1%