Thank you Dirk.  That answered a lot of questions, but I don't suppose
you know the specifics of creating an OpenSG connection to an IP
address? So far we wrote a custom ClusterClient and ClusterServer and
are sharing geometry over a local subnet.  Is there a way to extend this
past broadcast IP networking to target a specific IP/port?

This is probably a case of RTFM, but hopefully you can point us in the
right direction.

Thanks!
~Matt



-----Original Message-----
From: Dirk Reiners - [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Sent: Monday, November 24, 2003 2:16 PM
To: users
Subject: Re: [Opensg-users] OpenSG to remote location (opensg: addressed
to trusted sender for this address)


        Hi Matt,

On Thu, 2003-11-20 at 12:06, Matthew Stone wrote:
> Here at Penn State we are trying to set up a remote OpenSG viewport
> across a wide area network as part of a collaborative visualization 
> initiative.  We have built upon the VRML loader to send OpenSG
geometry 
> to servers on the local subnet, but we were wondering if it was
possible 
> to send this gemoetry across a wide area network to a remote site, and

> if so, what would the bandwidth requirements look like?

I don't see anything that would prevent you from sending data all over
the globe, as long as you can get an IP connection to the remote site. I
don't know anybody who has done it, but it should be the same thing as a
local machine. You're actually the first one I hear about using OpenSG
for a collaborative app. I'd be interested in hearing about your
experiences here... ;)

As we don't do any compression on the data that is shipped the bandwidth
requirements would be pretty much the same as the structures in memory.
To get an idea of how much that is, you can just save your scene to a
binary OSG file, which is the same data that is sent over the network.
Note that the main idea of OpenSG networking is that only changes are
sent over the network, so this amount of data is only sent for the first
frame or whenever you change the geometry.

Hope it helps

        Dirk




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program. Does
SourceForge.net help you be more productive?  Does it help you create
better code?  SHARE THE LOVE, and help us help YOU!  Click Here:
http://sourceforge.net/donate/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to