<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>RE: [fpc-pascal]Help needed</TITLE>
</HEAD>
<BODY>
<BR>
<BR>

<P><FONT SIZE=2>> -----Original Message-----</FONT>
<BR><FONT SIZE=2>> From: AITOR.SM [<A HREF="mailto:AITOR.SM@teleline.es">mailto:AITOR.SM@teleline.es</A>]</FONT>
<BR><FONT SIZE=2>> Sent: dimanche 3 juin 2001 16:03</FONT>
<BR><FONT SIZE=2>> To: fpc-pascal@deadlock.et.tudelft.nl</FONT>
<BR><FONT SIZE=2>> Subject: Re: [fpc-pascal]Help needed</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> > > I am not an expert in TCP/IP packet drivers, but I seem to </FONT>
<BR><FONT SIZE=2>> > recall that </FONT>
<BR><FONT SIZE=2>> > > the WATTCP packet driver libraries are available under an open </FONT>
<BR><FONT SIZE=2>> > source </FONT>
<BR><FONT SIZE=2>> > > license, and provide this functionality for DOS and Windows.</FONT>
<BR><FONT SIZE=2>> > > </FONT>
<BR><FONT SIZE=2>> > > <A HREF="http://www.uck.uni.torun.pl/pub/wattcp/" TARGET="_blank">http://www.uck.uni.torun.pl/pub/wattcp/</A></FONT>
<BR><FONT SIZE=2>> > > </FONT>
<BR><FONT SIZE=2>> > > As they are in plain C, perhaps a h2p would work here, so there </FONT>
<BR><FONT SIZE=2>> > would </FONT>
<BR><FONT SIZE=2>> > > be TCP/IP for DOS. If a brave soul wants to do it, please go </FONT>
<BR><FONT SIZE=2>> > ahead and </FONT>
<BR><FONT SIZE=2>> > > let me know. I think it's not sensible for me to do this, as I </FONT>
<BR><FONT SIZE=2>> > have so </FONT>
<BR><FONT SIZE=2>> > > little knowledge on the TCP/IP internals.</FONT>
<BR><FONT SIZE=2>> > </FONT>
<BR><FONT SIZE=2>> > The problem with wattcp is that it only provides a general TCP/IP </FONT>
<BR><FONT SIZE=2>> > stack. The</FONT>
<BR><FONT SIZE=2>> > hardware specific part is only implemented for a few cards (e.g. </FONT>
<BR><FONT SIZE=2>> > 3C509b)</FONT>
<BR><FONT SIZE=2>> > IIRC there was a possibility to use packet drivers though</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> I seem to recall that it would work with DOSPPP, whence with modems, </FONT>
<BR><FONT SIZE=2>> and that's a big deal...</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Aitor</FONT>
</P>

<P><FONT SIZE=2>All the problem with that, is that there is no modem involved in that, I have a data acquisition probe, the data visualisation program and my future proxy all on the same ethernet network. And do i need to go at the TCP/IP stack ? I Can't do it at a more highter level ? I just need to read packet on one ethernet card and send them back to another ethernet card after processing and manipulating them.</FONT></P>

</BODY>
</HTML>