TIP: Click on subject to list as thread! ANSI
echo: locsysop
to: Frank Malcolm
from: david begley
date: 1996-06-09 16:55:56
subject: Funny characters

On Jun 09, 1996 at 05:29, Frank Malcolm of 3:711/934.24 wrote:

 FM> Yeah, but what I'd really like is an intelligent discussion about
 FM> SOT/EOT, and PKTs in general.

I've started creating (*very* early pre-alpha stuff) some objects (in C++
at the moment, shouldn't be too difficult to rewrite in Delphi) for
handling packets.  The driver program to create a null (empty) paket then
looks like this:

 -----[ snip, snip ]-----

#include 
#include "FPacket.h"

int main(void)
{
   FAddress3D  orig;
   FAddress3D  dest;
   FPacket     pkt;

   orig.zone = dest.zone = 3;
   orig.net  = dest.net  = 712;
   orig.node = dest.node = 934;
   pkt.setOrig( &orig );
   pkt.setDest( &dest );

   cout << pkt;
   return(0);
}

 -----[ snip, snip ]-----

The binary packet is then written to stdout.  I tested this packet with
David Nugent's InspectA, and it reports it as a correctly formatted
"stone age" (Type 2) packet.  I haven't added Type 2+ support
yet, that's to be a derived class from the current FPacket class.

Interested?


    - dave
    d.begley{at}ieee.org

---
* Origin: [ epicentre of the universe -- sydney australia ] (3:711/934.4)
SEEN-BY: 711/934
@PATH: 711/934

SOURCE: echomail via fidonet.ozzmosis.com

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.