Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread Cédrick Béler
Thanks Santiago, I think this is a decent comparison. I also found these bits of information regarding the question: https://groups.google.com/forum/#!topic/meteor-core/BNfHzNFGAHQ Now time to try out :) Cheers, Cédrick > Le 2

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread Santiago Bragagnolo
Hi Cedric, thanks. As far as i know, (im not quite versed on DDP), DDP starts with the base that you have data distributed, and that you have kind of actors or RPC arhitecture. That means that you will call methods to remote servers, and that may cause changes. That changes will be notified to

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread S Krish
Nice work.. ! DDS = Corba repackaged. Hopefully for the better... need to dig in to see how easy it is now. On Tue, Dec 2, 2014 at 3:41 AM, Santiago Bragagnolo < santiagobragagn...@gmail.com> wrote: > Hi guys, i am just releasing SimpleDDS. > > In order to connect into ROS world i had to impleme

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread Cédrick Béler
This is excellent :) I just wonder how it compare to DDP (Data Distribution Protocol) wich seems https://meteorhacks.com/introduction-to-ddp.html http://en.wikipedia.org/wiki/Distributed_Data_Protocol ruby client: https://github.com/tmeasday/ruby-ddp-client

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-02 Thread Luc Fabresse
This is great. Fo info, DDS is a standardized MOM middleware heavily used in industrial apps with multiple concrete implementations such as http://www.prismtech.com/opensplice. And one of these implementations will be the next backend of ROS and therefore needed in PhaROS. Thx Santiago! #Luc 2014

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-01 Thread Ben Coman
Santiago Bragagnolo wrote: Hi guys, i am just releasing SimpleDDS. In order to connect into ROS world i had to implement a DDS support (Publisher/subscriber). For achieving this i did MetaDDS, a library that defines basic objects, announcements, event related mechanisms and data encoding fo

Re: [Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-01 Thread p...@highoctane.be
Wow, impressive.​

[Pharo-dev] Pharo - [ANN] SimpleDDS v1.0 released.

2014-12-01 Thread Santiago Bragagnolo
Hi guys, i am just releasing SimpleDDS. In order to connect into ROS world i had to implement a DDS support (Publisher/subscriber). For achieving this i did MetaDDS, a library that defines basic objects, announcements, event related mechanisms and data encoding formats, and on top of it SimpleDD