• 0

OSSM OS-System Monitor


Question

I got bored yesterday.. Then I've read a thread about GKrellM (on www.grellm.net or .org)..

So this is what I've come up with.. OS System Monitor..

And the OS stands for OpenSource..

Currently I'm developing some sort of skinnable GKrellM alike app. With a host application and various plugins with specific tasks.

Are people interested to help me develop it (in Delphi 5 and/or 6, compiles on both)

(contact me on MSN:cub_x_2000@hotmail.com if you want to help.

I'm looking for Delphi developers somewhat experienced with Interfaces, and probably some artists for the skins and misc graphics)

And 'ofcourse' agree to donate it to Neowin

[edit] Also, is there someplace to upload a sshot to? [/edit]

Link to comment
https://www.neowin.net/forum/topic/22206-ossm-os-system-monitor/
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Might be possible. All I have to do is, I think, make my interfaces COM compliant... It should be possible.

But then you will only be creating data-collectors, because the host application will provide the plugins of different views to select from. (All graphics related code will contained in the host application).

But, data-collectors must be written.. I had the CPU mon. already done. But f.i. an email-notifier, or a Neowin Forum alerter, etc

  • 0

Do you think you can handle an interface such as this?

Basic Interface description of a plugin:

  Quote

type

ICustomPlugin = interface

['{E571FB22-46EE-11D6-AEE5-0050DA497046}']function Author: PChar;

function Version: PChar;

function Description: PChar;

procedure RegisterHostIntf(APanel: IHostIntf);

procedure StartPlugin;

procedure StopPlugin;

procedure TimerEvent;

end;

  • 0

That last interface looks quite sharp!

If I didn't have so many side projects of my own (and I had done anything int Delphi since version 1.0 :ditsy: ), I would be willing to help. I do like the idea for it to have a deskband option, as well as "plugins", such as NeoWin news.

How about this, perhaps people haven't been volunteering because the right people haven't been reading the message? How about you start a new thread with a new title. Something more informative like Open Source System Monitor - needs Delphi programmers!. Just an idea.

P.S. Here is the correct GKrellM link:

www.gkrellm.net

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.