This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: synthetic target network support


On Tue, Feb 05, 2002 at 07:39:44AM +0800, Sam Sortais wrote:

> I am trying myself to use socketcall() found in syscall table to
> have two synthetic targets talk together via socket.  This would be
> great as this would allows simulation of different target running
> eCos on one single linux host and possibly mixing with some real
> eCos target :-) 
> Did anybody already tried that ? Any advice or special trap to avoid ?

Yep, we have done that, using Unix domain sockets.

Don't us blocking system calls.

This subject has been discussed a few times in the past. Look back in
the archive for other tips.

    Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]