To use shared memory you may want to read the "Using shared memory in Real-Time Linux" first. It is available directly from http://www.rtlinux.org If you want to use mbuff, (an additional module to share data among RTtasks and user program) you can download it from http://crds.chemie.unibas.ch/PCI-MIO-E/mbuff-0.6.6.tar.gz It also contains some explanation on how to use it. Ciao Giovanni ----- Original Message ----- From: Wenfeng Liu <[EMAIL PROTECTED]> To: Giovanni Racciu <[EMAIL PROTECTED]> Sent: Tuesday, May 30, 2000 4:53 AM Subject: Re: R: [rtl] Using Socket in rtlinux...POSSIBLE?? > hi, > then how to use shared memory?? > i just cann't write into it. > thx! > > Wenfeng Liu > > >A good solution is to have the socket handled by a user program which > >communicate in your favorite way (shared memory, fifo or mbuff) with the RT > >side of your application. > > > >Ciao > >Giovanni > > > >----- Original Message ----- > >From: Wenfeng Liu <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Monday, May 29, 2000 9:00 AM > >Subject: [rtl] Using Socket in rtlinux...POSSIBLE?? > > > > > >> hello, everyone > >> I have one urgent question > >> > >> I'd like to program using socket in rtlinux enviroment , how can i do it? > >> I just move my socket programming from linux to rtlinux, but it doesn't > >> work, which changes should I do? > >> > >> Thanks for your help! > >> > >> attach:server.c > >> > >> > > > >-- [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/
