http://qs321.pair.com?node_id=659558


in reply to Re^2: A Simple Socket Server Using 'inetd'
in thread A Simple Socket Server Using 'inetd'

Hey guys, Is it possible to get a sample of your SECSII client? I'd like to make a SECSII communication over TCP but seems to be difficult to me... Thanks a lot!
  • Comment on Re^3: A Simple Socket Server Using 'inetd'

Replies are listed 'Best First'.
Re^4: A Simple Socket Server Using 'inetd'
by samizdat (Vicar) on Dec 31, 2007 at 15:47 UTC
    I was working for Sandia Labs at the time, and under NDA. Sorry!

    It isn't that difficult, actually. It's just a simple binary protocol like any other, though there are some quirky things to it. :D

    Don Wilde
    "There's more than one level to any answer."
      Thank you very much for your answer, even a 31 December... Actually I have a SECSII Client that can comunicate over TCP. So I would like to receive the characters sent by this client and log that into a file. If you have any idea or some sample to receive that and log it, that will help me much.
        Use UNIX tools like screen to capture the running console text. Then, parse out what you want with Perl.

        Good luck!

        Don Wilde
        "There's more than one level to any answer."