Results 1 to 16 of 16

Thread: Use Telnet for chat??

  1. #1

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    Question Use Telnet for chat??

    Is it possible to use telnet for chatting over a network?

    If so, how.

    Thanks in Advance.
    Don't Rate my posts.

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Have both people people telnet into a server that runs a chat/talk program?
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    You could write a little chat server in vb if you needed to. This would accomplish chatting over telnet.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  4. #4
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Yeah, but you don't even need telnet for that - just a normal TCP connection. I don't understand where telnet is going to come into play...
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  5. #5
    Frenzied Member numtel's Avatar
    Join Date
    Apr 2000
    Location
    CA
    Posts
    1,163
    you can't do that but if you've both got winnt/2k/xp you can use:
    Code:
    net send [their ip] [message]

  6. #6

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    No, its a Win 95 network. The problem is, I don't have the time to install my chat program on all of the computers (about 25), and more than half don't have working floppies anyways. So I was hoping I could use Telnet as a boring alternative to having to install it on every client computer.

    Now that I think about it, its not a bad idea..
    Don't Rate my posts.

  7. #7

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    But how could I get them to chat with a username?

    Could I use the server to send the new user a message saying enter a username, and then every time that user sends a message, find its appropriate username??

    Don't Rate my posts.

  8. #8
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    Depending on the chat server, you could use their login username, network username, computer name, or request a name. If you build a chat server, there are tons of ways to accomplish this.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  9. #9

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Yeah.. maybe I could try and squeeze telnet users into chat program I've already made...
    Don't Rate my posts.

  10. #10
    Frenzied Member Zaei's Avatar
    Join Date
    Jul 2002
    Location
    My own little world...
    Posts
    1,710
    As long as your server program uses plain-text commands, it can be used with Telnet.

    Z.

  11. #11

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Well, at the moment, when a telnet user connects, it sends every character that they send, not when the user presses enter.

    Is it possible to change some settings in Telnet so it doesn't do this?
    Don't Rate my posts.

  12. #12
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Not really.

    Anyway, the standard "talk" program echoes characters immediately.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  13. #13
    Fanatic Member zmerlinz's Avatar
    Join Date
    May 2000
    Location
    in a world where the sun always shines on the bloody tv!!
    Posts
    604
    if it is a windows 95 network, then you should have winpopup installed you could always use that as a poor alternative ??

    Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
    -- Linus Torvalds

    [Galahtech.com] | [My Site] | [Fishsponge] | [UnixForum.co.uk]

  14. #14

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Yep, already tried that, but the Admins caught us.. but I somehow managed to get out of it without getting caught
    Don't Rate my posts.

  15. #15

    Thread Starter
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765
    Sorry, when I mean caught.. our messages were sent to the server in the library, so they were reading them. lol, and one of the librarians is my form teacher, so I had to pull some serious crap to make them believe that someone had cracked my password.
    Don't Rate my posts.

  16. #16
    Addicted Member
    Join Date
    Apr 2002
    Posts
    183
    Well if there is a windows NT or a unix machine there you could bring in netcat and set it up as your chat server if its just between two people. Hmmm Im not realy all that helpful lol.

Posting Permissions

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



Click Here to Expand Forum to Full Width