Ethernet without TCP/IP?

Hi,

I would like to send packets with a Fast-Ethernet network but I don’t need
all the routing informations of IP…
I guess it takes some time to go trough all the protocole layers and I need
to send the frames as fast as possible…
Is it possible , with QNX, to fill in an Ethernet frame without TCP/IP ?

Thanks for any help,

Starn

“arno stoum” <starn@yucom.be> wrote in message
news:ab3lbo$rla$1@inn.qnx.com

Hi,

I would like to send packets with a Fast-Ethernet network but I don’t need
all the routing informations of IP…
I guess it takes some time to go trough all the protocole layers and I
need
to send the frames as fast as possible…
Is it possible , with QNX, to fill in an Ethernet frame without TCP/IP ?

You can use UDP/IP or write your own protocol layer using the network DDK.

Thanks for any help,

Starn

Thanks, Mario,

I’ll try that :slight_smile: