Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 1998 17:45:45 +0200 (CEST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        mike@smith.net.au (Mike Smith)
Cc:        andre.albsmeier@mchp.siemens.de, hackers@FreeBSD.ORG
Subject:   Re: How to send data between two network cards directly?
Message-ID:  <199810071545.RAA02143@internal>
In-Reply-To: <199810071541.IAA00429@dingo.cdrom.com> from Mike Smith at "Oct 7, 1998  8:41: 8 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> > 
> > I have two machines connected with two network cards directly
> > together via 10Base2. I would like to send data from one
> > machine two the other without doing IP or any other
> > protocol.
> 
> You have to have some protocol, or you can't tell what any given item 
> of data is.

OK, maybe I desribed it in a wrong way. I would like to use
the most basic protocol that is available. No overhead,
no error correction, no nothing...

> 
> > What functions in FreeBSD could be used for that without
> > hacking around in the kernel or the network drivers?
> > 
> > Is there something like a low-level-open or some ioctl
> > or anything similar?
> 
> >From the opposite direction - why do you want to do this?  There's a 
> perfectly functional solution already available that doesn't involve 
> reinventing the wheel.

I have got two wireless-lan-like developer boxes. They got each an UTP
port and transmit data via a direct spread spectrum frequency hopping
protocol. We have two compare their performance, errors and reliabilty
with other, for example RS232 or S0 bus based, boxes. They run the ethernet
protocol (ok, this is the lowest level protocol, I have to use) and I would
like to transmit data without running TCP,UDP or something else.

	-Andre

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810071545.RAA02143>