Rlogin Library?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bryan Hesters

    Rlogin Library?

    I'm trying to build a Win32 application that will log into a PBX via RLogin.
    I'm not very versed in protocol programming and all the examples I can find
    on the internet are either linux based (GNU Inet Utils) or require about $2k
    (Power TCP, etc.)

    Can someone point me towards a reference or library that would help me
    establish a terminal session and build a simple application that will allow
    me to interface with this system? I will be complining with Visual Studio
    ..NET.




  • Thomas Matthews

    #2
    Re: Rlogin Library?

    Bryan Hesters wrote:[color=blue]
    > I'm trying to build a Win32 application that will log into a PBX via RLogin.
    > I'm not very versed in protocol programming and all the examples I can find
    > on the internet are either linux based (GNU Inet Utils) or require about $2k
    > (Power TCP, etc.)
    >
    > Can someone point me towards a reference or library that would help me
    > establish a terminal session and build a simple application that will allow
    > me to interface with this system? I will be complining with Visual Studio
    > .NET.
    >
    >
    >
    >[/color]
    Although we discuss _standard_ C++ (which has no facilities for RLogin)
    in this newsgroup, I will be nice and assist you.

    Use your favorite search engine for "C++ library RLogin".
    Also search all of the newsgroups too.

    --
    Thomas Matthews

    C++ newsgroup welcome message:

    C++ Faq: http://www.parashift.com/c++-faq-lite
    C Faq: http://www.eskimo.com/~scs/c-faq/top.html
    alt.comp.lang.l earn.c-c++ faq:

    Other sites:
    http://www.josuttis.com -- C++ STL Library book

    Comment

    Working...