On 2015-04-21 17:51, Buchner, Michael AVL/AT wrote:
> Hi,
> 
> I'm new here and a have maybe a stupid question. I'd like to use the rtnet 
> framework to implement TCP/IP sockets at xenomai. I do not need hard realtime 
> for the ethernet. I just wont to communicate. The problem is now that I also 
> want to use the physical ethernet port in the linux part of the system. Is 
> that possible or not. If yes how. If not what is the best workaround for that 
> problem. (I only have one free physical ethernet port)

In that case, just push the data to a standard Linux TCP socket, either
directly (at the price of switching your RT thread to non-RT) or via a
low-prio proxy thread that gets kicked by the high-prio RT thread.

Jan


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to