Results 1 to 5 of 5

Thread: creating a telnet daemon

  1. #1
    Senior Member
    Join Date
    Dec 2003
    Posts
    121

    Question creating a telnet daemon

    Hi to all!
    Here's the deal:I want to create a telnet client and a telnet server (in C)just to practise and to learn some things about how exactly these services work(i would like to try an ssh daemon later )
    I just want to ask where could i find the documentation I need? I know C,but dont have a clue about how I am goin to do this thing....
    Thanks in advance
    Is that the place where I am supposed to say sth clever and brilliant so that everybody understands how clever nice guy I am????
    Screw you guys I am going home!-Kartman

  2. #2
    Senior Member
    Join Date
    Jul 2003
    Posts
    634
    search google.

    have a look on sourceforge, im sure theres millions of projects like this!

    http://www.planet-source-code.com
    http://www.programmersheaven.com

    and check the RFC, these are important documents that detail how something should work.

    (its rfc854)

    I thought i'd be nice and give you the like -

    http://www.faqs.org/rfcs/rfc854.html

    HTH!

    i2c

    (ps - good english by the way, my extend of greek extends to yamass and malaka, how ever there spelt...)

  3. #3
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    Have a look through the FreeBSD sources:

    http://www.freebsd.org/cgi/cvsweb.cg...ontrib/telnet/
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  4. #4
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    A tiny bit off topic.. my telnet replacement daemon: http://tp2.be/cvs/ansid/

    http://tp2.be/cvs/ansid/ansidaemon.c...viewcvs-markup

    this one runs on port 2003 (unpriv) and needs iptables (or something) to throw it on port 23
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  5. #5
    Senior Member
    Join Date
    Dec 2003
    Posts
    121
    Thanks to all for answering....I 've just visited the liks the RFC page seems alot interesting but I should read it carefully...also the BSD sources may be useful to me in order to fully understand what I should do...jinx the link you said takes quite alot to load so I didn't see it (I have aptitude running! )
    i2c thanks for the comment! in fact malakas means ******* and yamas means hi!Have you ever been to Greece?A lot of tourists were here during the stupid Olympic Games (just a waste of money and an exposition of new drugs for athletes)
    Is that the place where I am supposed to say sth clever and brilliant so that everybody understands how clever nice guy I am????
    Screw you guys I am going home!-Kartman

Posting Permissions

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