You can use netcat (zippy.telcom.arizona.edu:/pub/mirrors/avian.org/hacks/nc110.tgz)
nc -l -p 5000 </dev/rtf10 >/dev/rtf10

(gdb) target remote host:5000 

Michael.

Stuart Warren ([EMAIL PROTECTED]) wrote:
> As an aside, does anyone know of a way to open a socket and link it to a
> file?
> ie something like
> 
>       mount -t SOCK 1234 somehost /mnt/rtf1
> 
> That would be a nice way to use realtime fifos over a network and use
> rtl_debug.o on a remote target.  Ideal for minirtl.
> 
> Regards,
> Stuart Warren
> 
> Thu, 14 Dec 2000 Eric Peterson wrote:
> > Hi,
> >
> >     I'm trying to use RT-Linux (2.2) RT-FIFOs, and I have come up against an
> >     apparent limitation with them: they only allow one writer (on the Linux
> >     side) to open the FIFO.  I would like multiple processes to be able to
> >     open (and write to) a single RT task via a FIFO.
> >
> >     Any suggestions?
> >
> 
> -- [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/
-- [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