>>>>> "Christophe" == Christophe Kumsta <[EMAIL PROTECTED]> writes:

> - if you write a handler for your ethernet card ( real-time driver ),
> just send an
> ethernet packet :
>  hw addr destination : FF FF FF FF FF FF
>  hw addr source      : the hw address of emitter (or other ...)
>  protocol            : 0x9000 for exemple ( don't use ip proto if the
> network is open !)
>  the data if needed ...

Don't use proto 90-00 and send random broadcasts to it, that
definitely will confuse a number of other systems.  90-00 is the
loopback protocol, which is implemented in a lot of places.

If you're going to pick a protocol number for random protocols, pick
one intended for that purpose.  A nice one is 60-00, which is a DEC
number and was assigned by DEC to "Customer use".  So you can
reasonably safely use it for uncontrolled use.  Certainly you should
be able to count on it not being used by any "real" products.

       paul
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/

Reply via email to