Page 1 of 2

Remoting 4 Demo

Posted: 24 Mar 2014, 16:03
by Karol
Hi all!

With Ventuz 4 we introduced the Remoting 4 API for remote communication with Ventuz. This API completely differs from Remoting 2 as it is e.g. possible to communicate with a Cluster of Ventuz machines.
I attached a Ventuz project with two Remote Client applications (need at least Visual Studio 2012) to show how to use the Remoting 4 API.
The clients are build with WPF (but the usage with WinForms would be pretty similar) and they use some async programming features introduced in .net 4.0.
It's still version 0.9 because there are some TODOs in the source code and some bugs might have survived.

We will provide a third more extensive demo which will utilize Ventuz Templates in the future.
Feedback is welcome!

Best Regards
Karol

Re: Remoting 4 Demo

Posted: 06 May 2014, 11:02
by Daniel Willer
:D :D :D

Re: Remoting 4 Demo

Posted: 16 Jun 2014, 12:45
by kris rok
yes please!

Re: Remoting 4 Demo

Posted: 29 Jul 2014, 13:13
by Karol
Hi Guys,

here is an updated (some bugfixes) and extended (two new demos for the Template Engine) version of the Remoting 4 Demo Package.
Feedback is welcome!

Have fun
Karol

Re: Remoting 4 Demo

Posted: 14 Apr 2015, 20:40
by arthamas
Hi Karol,

Opening the exe does not do anything. Probably crashes or something.
Am I missing something crucial for it to work properly?

Daniel

Re: Remoting 4 Demo

Posted: 15 Apr 2015, 14:57
by Karol
Hi Daniel!

You are right! Unfortunately, there is an icon missing so the executables do not start. But the Visual Studio projects work anyway.
I uploaded a new ZIP with fixes for this issue.

Best Regards
Karol

Re: Remoting 4 Demo

Posted: 16 Apr 2015, 21:54
by arthamas
Hi,

Yeah I dowloaded Visual Studio yesterday to make it work.
Thanks for the updated version. Just downloaded it!

Cheers

Re: Remoting 4 Demo

Posted: 24 Dec 2015, 11:11
by Luke47921
I know this is an old thread, but you use this.cluster.DataItem to set scene data, is there a function that I can use to get the scene data into my program?

Re: Remoting 4 Demo

Posted: 26 Dec 2015, 19:05
by lerou
Luke47921 wrote:I know this is an old thread, but you use this.cluster.DataItem to set scene data, is there a function that I can use to get the scene data into my program?
Check out the Ventuz API documentation. You can find it in the Ventuz install dir.

There are several variations of DataItem(..). You can use them to get and set items.

Best,
rou

Re: Remoting 4 Demo

Posted: 29 Jun 2018, 10:30
by Karol
Hi all,

here is a new version of the Remoting 4 demos with some improvements and bugfixes.
Now working with V5 & V6. The demo is using the latest Remoting4 DLL from Ventuz 6.

Best Regards
Karol