LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Creating Gnome Panel Applet (https://www.linuxquestions.org/questions/programming-9/creating-gnome-panel-applet-795075/)

LazerPhreak 03-12-2010 10:16 PM

Creating Gnome Panel Applet
 
Hello all!

I need to be pointed in the right direction on how to do this project.

I simply want a gnome panel applet that will run constantly and, when clicked, will display an IM style list of I.P. addresses that are active on the network I am currently connected to. It should be able to have a configuration menu that will allow the user to specify a subnet mask, and frequency of scan.

I am looking for something that will return something similar to the output of:
Code:

nmap -sP xxx.xxx.xxx.xxx-xxx
My question is: What language should I learn to make this happen, and is anyone willing to mentor me through the process?

Thanks!

Kenny_Strawn 03-13-2010 02:06 AM

For the programming language, probably C or C++, plus the GTK library. For the mentor:

http://en.wikiversity.org/wiki/C%2B%2B

http://en.wikibooks.org/wiki/GTK%2B_By_Example


All times are GMT -5. The time now is 09:35 AM.