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

[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