[eq-dev] Reliable multicast (RSP) problem

6 views
Skip to first unread message

cxs

unread,
Feb 28, 2013, 12:53:24 AM2/28/13
to eq-...@equalizergraphics.com
Hi,
I am new to Equalizer and want to configure Equalizer to use RSP connection
(reliable multicast). I wrote a simple eqc file listed below and ran the
"eqply" using the command "eqPly.exe --eq-listen 239.255.12.34:RSP
--eq-client -m rockerArm.ply" in node "192.168.1.101", and "eqPly.exe
--eq-config rsp.eqc -m rockerArm.ply" in node "192.168.1.102".
However, the client side ("192.168.1.101") crashed after the other side
launch. Did I make any mistakes in the eqc file or command line parameters?
Many thanks and best regards,
cxs

-------------------------------------------------------------------------------------------------------
rsp.eqc
-------------------------------------------------------------------------------------------------------
global
{
EQ_WINDOW_IATTR_HINT_FULLSCREEN OFF
}

server
{
connection { hostname "239.255.12.34" type RSP interface
"192.168.1.102"}
config
{
appNode
{
connection { hostname "239.255.12.34" type RSP interface
"192.168.1.102"}
pipe
{
window
{
viewport [ 200 100 800 400 ]
channel { name "channel1" }
}
}
}
node
{
connection { hostname "239.255.12.34" type RSP interface
"192.168.1.101"}
pipe {
window {
viewport [ 200 100 800 400 ]
channel { name "channel2" }
}
}
}

observer{}
layout{ view { observer 0 }}
canvas
{
layout 0
wall{}
segment { channel "channel1" }
}
compound
{
channel ( segment 0 view 0 )

compound
{
viewport [ 0 0 .25 .333 ]
}
compound
{
channel "channel2"
viewport [ .25 0 .25 .333 ]
outputframe {}
}
inputframe { name "frame.channel2" }
}
}
}
-------------------------------------------------------------------------------------------------------




--
View this message in context: http://software.1713.n2.nabble.com/Reliable-multicast-RSP-problem-tp7582635.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.

_______________________________________________
eq-dev mailing list
eq-...@equalizergraphics.com
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Stefan Eilemann

unread,
Feb 28, 2013, 1:56:56 AM2/28/13
to Equalizer Developer List
Hi,

On 28. Feb 2013, at 6:53, cxs <chenxu...@yahoo.cn> wrote:

> [RSP] Did I make any mistakes in the eqc file or command line parameters?

You always need a unicast connection in addition to multicast. Multicast is only used when it's worth it, i.e., for object data distribution.

With the current Equalizer version you shouldn't need eq--listen anymore, the client will set up the connections from the config file.


Cheers,

Stefan.
Reply all
Reply to author
Forward
0 new messages