Re: [RTnet-users] rt_dev_sendto returns -113

2008-08-23 Thread Bernhard Pfund
Bernhard Pfund wrote: > All, > > please find the code snippets below. I try to set up some real-time > network tests. If I send the buffer contents to 10.0.0.255 (broadcast) > using rt_dev_sendto, everything works fine and I get the bytes sent. As > soon as I try to send the packets to a specific

Re: [RTnet-users] rt_dev_sendto()

2008-04-25 Thread Jan Kiszka
Jörn Hoffmann wrote: Jörn Hoffmann wrote: Hi Jan, i hope it's ok to post my test code as an attachment. Hope it works with the mailing list. Since i inserted a while loop for the rt_dev_recvfrom(), to try to receive again if EAGAIN is returned, i now receive the right message (it seems i get

Re: [RTnet-users] rt_dev_sendto()

2008-04-23 Thread Jan Kiszka
Jörn Hoffmann wrote: > Hi Jan, > i hope it's ok to post my test code as an attachment. Hope it works with the > mailing list. Since i inserted a while loop for the rt_dev_recvfrom(), to try > to receive again if EAGAIN is returned, i now receive the right message (it > seems i get it always with

Re: [RTnet-users] rt_dev_sendto()

2008-04-22 Thread Jan Kiszka
Jörn Hoffmann wrote: >> -Ursprüngliche Nachricht- >> Von: Jörn Hoffmann >> Gesendet: Montag, 21. April 2008 14:49 >> An: rtnet-users@lists.sourceforge.net >> Betreff: Re: [RTnet-users] rt_dev_sendto() >> >> >>> Hi Jörn, >>> &

Re: [RTnet-users] rt_dev_sendto()

2008-04-21 Thread Jörn Hoffmann
> Hi Jörn, > > please don't top-post [1] (I'm already seeing too much of > this @work... > :->). > > Jörn Hoffmann wrote: > > Thank you Jan! > > Because i want to develop against the posix skin, i now > added the posix wrapper options > > to the linker call (posix.wrappers) and use the function

Re: [RTnet-users] rt_dev_sendto()

2008-04-19 Thread Jan Kiszka
Hi Jörn, please don't top-post [1] (I'm already seeing too much of this @work... :->). Jörn Hoffmann wrote: > Thank you Jan! > Because i want to develop against the posix skin, i now added the posix > wrapper options > to the linker call (posix.wrappers) and use the function calls without rt_dev

Re: [RTnet-users] rt_dev_sendto()

2008-04-19 Thread Jörn Hoffmann
there something more i've not noticed?? Regards, Jörn -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. April 2008 23:19 An: Jörn Hoffmann Cc: rtnet-users@lists.sourceforge.net Betreff: Re: [RTnet-users] rt_dev_sendto() Jörn Hoffmann w

Re: [RTnet-users] rt_dev_sendto()

2008-04-17 Thread Jan Kiszka
Jörn Hoffmann wrote: > Ok, not it works. I linked against libpthread_rt and librt to get the example > working. > Then i went back to my app with the libs linked and.it works. > So if i not link my app to libpthread_rt and librt, sending will fail. > I have no idea Please have a look at t

Re: [RTnet-users] rt_dev_sendto()

2008-04-17 Thread Jörn Hoffmann
Ok, not it works. I linked against libpthread_rt and librt to get the example working. Then i went back to my app with the libs linked and.it works. So if i not link my app to libpthread_rt and librt, sending will fail. I have no idea -Ursprüngliche Nachricht- Von: [EMAIL PROTECTE