Share

Network Profiler

Code

Programming Languages: Unix Shell

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2002-05-09 cvs -d:pserver:anonymous@netprofiler.cvs.sourceforge.net:/cvsroot/netprofiler login

cvs -z3 -d:pserver:anonymous@netprofiler.cvs.sourceforge.net:/cvsroot/netprofiler co -P modulename

Show:

What's happening?

  • It's ALIVE!

    Thats right! I'm bringing this project back to life! I've decided to ditch the C++, since one can just use their tool of choice to edit a profile once it's loaded. I've begun work on re-doing the init script. I should have it out in a week or so. Also threw up a new website, just click on "Home Page" and you'll see it.

    2003-01-21 03:10:47 UTC by jkeating

  • CVS files

    I have uploaded/updated the CVS files, including the alpha version of the boot script. I'm having difficulty getting the boot script to echo to the screen on Red Hat systems. I've been told that it works fine on a LFS system. Feel free to check it out, and laugh at my insanity! (;.

    2002-05-09 07:29:46 UTC by jkeating

  • Network Profiler

    jkeating committed patchset 2 of module bootscript to the Network Profiler CVS repository, changing 1 files.

    2002-05-09 07:13:55 UTC by jkeating

  • Network Profiler

    jkeating committed patchset 1 of module bootscript to the Network Profiler CVS repository, changing 1 files.

    2002-05-09 07:13:55 UTC by jkeating

  • Network Profiler

    jkeating committed patchset 9 of module networkprofiler to the Network Profiler CVS repository, changing 5 files.

    2002-05-09 01:33:55 UTC by jkeating

  • Followup: RE: Bit of a delima (a possible solution)

    I've come to a little more deciding on this.. If it can be done (I havnt looked in a C++ book yet..) then it could be something like this: class resolv { string dns1; string dns2; string dns3; string searchdomain; public: resolv() { this = NULL; }; resolv(string _dns1, string _dns2...

    2002-05-08 09:18:54 UTC by redhead

  • Followup: RE: Bit of a delima

    You could add the dns1,2,3 and domain as a resolv class to the netconf.. Then if it turns out to be NULL you wouldn't have to write anything to /etc/resolv.conf, Since I can't come up with exactly what it woudl be with classes, I will give a small example with structures. struct resolv { string dns1; string dns2; string dns3; string searchdomain; }...

    2002-05-08 08:48:04 UTC by redhead

  • Followup: RE: Bit of a delima

    Ok, I've done a bit of work on the classes, to handle DNS stuff. Still not sure of the fate of bool dyndns. Please check out the new cvs and see what you think. it may have syntax errors, I havn't tried a compile with it yet. it's getting late.

    2002-05-08 06:42:42 UTC by jkeating

  • Network Profiler

    jkeating committed patchset 8 of module networkprofiler to the Network Profiler CVS repository, changing 6 files.

    2002-05-08 06:33:17 UTC by jkeating

  • Bit of a delima

    I started adding in code for the DNS stuff, dns1 dns2 dns3 and searchdomain are now members of netconf class. Here is my problem. Dynamicconf can either have dynamic DNS, in which the /etc/resolv.conf file will be empty, OR it can have hard set DNS stuff... How do I go about fixing this class to work properly... EG, do I need to move dyndns out to profile, and do the logic for it there or...

    2002-05-08 04:32:02 UTC by jkeating

Our Numbers