Skip to content

eCAL to work with multiple NIC on same host? #1347

Answered by FlorianReimold
chengguizi asked this question in Q&A
Discussion options

You must be logged in to vote

eCAL is socket-based, not NIC-based

eCAL is socket-based, i.e. it uses the socket API provided by the operating system. eCAL has no idea about what the operating system does with the data after it was passed to the socket. So you will have to achieve your goal by means of the operating system.

different ecal.ini files

Yes, you can use individual ecal.ini files for individual applications by putting them in separate directories and starting your eCAL applications with differen $ECAL_DATA variables. You can read more about that in the documentation:
https://eclipse-ecal.github.io/ecal/configuration/options.html

But to summarize it: eCAL will load the $ECAL_DATA/ecal.ini file, if the $ECAL_DATA

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@chengguizi
Comment options

@FlorianReimold
Comment options

@chengguizi
Comment options

Answer selected by chengguizi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants