Results 1 to 5 of 5

Thread: help in c#

  1. #1
    Junior Member
    Join Date
    Aug 2003
    Posts
    3

    Talking help in c#

    is it possible for me to develope monitoring server system using c#?this system will detect the intruders from get into the system..
    then the system will send an alert to the server's admin using SMS.that's some of the description of my system.i hope someone will help me =) thanks..

  2. #2
    Antionline Herpetologist
    Join Date
    Aug 2001
    Posts
    1,165
    That's some program to write! It's not easy for a beginner to write an IDS (which is what you want to do). Also, C# wouldn't be my programming language of choice. The best language to use would be C/C++.
    Cheers,
    cgkanchi
    Buy the Snakes of India book, support research and education (sorry the website has been discontinued)
    My blog: http://biology000.blogspot.com

  3. #3
    Senior Member
    Join Date
    Oct 2002
    Posts
    314
    Rather the trying to reinvent the wheel (epsecially with c#) why not use an opensource inrtusion detection system (i.e. snort) ?
    Quis custodiet ipsos custodes

  4. #4
    Ninja Code Monkey
    Join Date
    Nov 2001
    Location
    Washington State
    Posts
    1,027
    I guess this is all in how you read it. I'd really recommend figuring out exactly what you want and actually writing down some specifications on what you want to build before you go picking out a language to implement it with. To me what you posted sounds like a host based ids, others think it's a network ids...

    Take a look at some existing systems that do what you want, play around with them, maybe take a look at the source if they are available to see how they are implemented. After you've laid down the specs and have come up with a design, do some research into what the languages you have in mind have to offer. Coming to a board like this and asking if I should do vague idea <A> with language <B> is going to get all kinds of answers....not all of them good or informed. You need to take into account your skill set, the learning curve of the language, quirks of the language, etc, etc. If you're still determined to post questions like this after all of that footwork, please provide a little more information so we can make an educated suggestion.
    "When I get a little money I buy books; and if any is left I buy food and clothes." - Erasmus
    "There is no programming language, no matter how structured, that will prevent programmers from writing bad programs." - L. Flon
    "Mischief my ass, you are an unethical moron." - chsh
    Blog of X

  5. #5
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883
    The question was... is it possible. The answer is yes.

    Is it simple.... NO.
    is it worth doing... depends on why you want to do it. for knowledge, yeah, go for it. To make something new.. no, they already exist in other languages.
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •