Re: [rtl] network programming

2001-01-23 Thread Olaf Petzold
> >you can't use the regular linux user space sockets > > stuff. But there is a module called rt_net (as far > >as I remember). You will probably find it somewhere That's right. You can find rtnet at . The problem is you have to patch the driver for rtl and yo

Re: [rtl] network programming

2001-01-22 Thread Raul
I have tried to use the rtlinux headers: linux/socket.h linux/netdevice.h etc although it compiles fine when it comes to load the module to the kernel, all the functions used (socket, atoi, setsocket, etc) are unresolved. Checking the header files I realised that this functions are not defined the

[rtl] network programming

2001-01-18 Thread Raul
hello this may be a simple question, but I cannot get any information on the net so there it goes: I have this program that sends data over a LAN. At this point I'm using UDP but in the future I may have to use TCP/IP. The program works well in the user-space, but I want it to run within rtl. I ha