RAJAGOPALAN-GANGADHARAN/DConsole

Core functionality

Closed this issue · 1 comments

The main objective of this module is to pipe outputs from stderr and stdout into the app, while this is fairly easy in linux, windows needs a long hack.

So the objective is to create a core functionality that will pipe the streams outputs separately at a binary level (Not language level i.e. no code injection or replacing streams). The UI part is a separate module.

Subtasks

Windows

  • Find a way to pipe stderr and stdout in realtime ( Try using screen buffer rather than pipes ) (Difficult:15)

Linux

  • Launch application with flags that redirect data to sockets (Difficult:15)

Common

  • Same format that will be handled in UI part for displaying (Intermediate:10)

  • Signals and support/Callback functions (Intermediate:10)

can you please assign this issue to me? @RAJAGOPALAN-GANGADHARAN