Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-17 Thread Cédrick Béler
> > Lets say image A1, A2, A3 belongs to Alice. And image B1, B2, … to Bob. > > They exchange messages conveying information. So the aim of the network layer > is for me to keep messages synchronized betweens A(s) and B(s). I have inbox > and outbox for that. This is actually quite close to th

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-17 Thread Cédrick Béler
> > Have you seen ParrotTalk? > > http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mcz > Nope. Seen it but didn’t try. I will. Cheers, Cédrick

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-17 Thread henry
I did have trouble I just learned. I jumped into the full documentation and forgot to go back. The very next line answers my question! Sorry to waste your time .. Sent from ProtonMail Mobile On Fri, Nov 17, 2017 at 09:37, Denis Kudriashov wrote: > Hi, Henry. > > Just follow instructions on gi

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-17 Thread Denis Kudriashov
Hi, Henry. Just follow instructions on github page. Do you have any problem with them? (I ask because you probably noticed it). Also look at main application built on top of Seamless: TelePharo project https://github.com/dionisiydk/TelePharo, http://dionisiydk.blogspot.fr/2017/08/pharmide-is-rena

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-17 Thread henry
From my years of Squeaking, I only ever us Monticello Browser. As one new to our using github, Metacello and Pharo, could you explain how I would load Seamless? I think it is a Metacello command. I am very interested in seeing how it runs on ParrotTalk and thought I would explore this system. T

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-16 Thread Denis Kudriashov
2017-11-16 17:11 GMT+01:00 henry : > Have you seen ParrotTalk? > > http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mcz > > > Requiring > > http://www.squeaksource.com/Cryptography/Cryptography-HenryHouse.113.

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-16 Thread henry
Have you seen ParrotTalk? http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mcz http://www.squeaksource.com/Cryptography/ParrotTalk-HenryHouse.14.mczRequiring http://www.squeaksource.com/Cryptography/Cryptography-HenryHouse.113.mcz http://www.squeaksource.com/Cryptography/Crypto

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-16 Thread Denis Kudriashov
Ok, I try answer your original question: 2017-11-12 10:47 GMT+01:00 Cédrick Béler : > > My objective is to have several images running (one representing one app > belonging to one or more singular entity realm). > > Lets say image A1, A2, A3 belongs to Alice. And image B1, B2, … to Bob. > > They e

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-15 Thread Cédrick Béler
Hi, sorry for the late reply Denis, > > Can you show example how you work with your objects using this network? It’s not fully decided yet. I’m just trying to show that 2 peers A and B can exchange and sync information without central server, but also considering they have multiples device

Re: [Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-12 Thread Denis Kudriashov
Hi Cedrick. 2017-11-12 10:47 GMT+01:00 Cédrick Béler : > Hi all and Denis, > > I’ve played a bit with Basys and Seamless. Basys is the low level P2P > connection framework used by Seamless. > First, thanks for such works. Heavily documented and tested. That’s super > cool. > Thank's. But I think

[Pharo-users] Network data exchange - Basys and Seamless usage questioning

2017-11-12 Thread Cédrick Béler
Hi all and Denis, I’ve played a bit with Basys and Seamless. Basys is the low level P2P connection framework used by Seamless. First, thanks for such works. Heavily documented and tested. That’s super cool. My objective is to have several images running (one representing one app belonging to on