2017-03-01 4:39 GMT+01:00 Juraj Kubelka :
> There is a Trantor project where you could learn from:
> http://smalltalkhub.com/#!/~EvanDonahue/Trantor
> You can check an example here: TRNLog exampleOpenChatWithUserIdUsing
> Trantor
> But you are going to be more interested in testing: TrantorNodeTes
2017-03-01 5:09 GMT+01:00 Evan Donahue :
> Hi,
>
> Depending on what exactly you are doing, you could either use or look at
> the
> source of:
>
> http://smalltalkhub.com/#!/~EvanDonahue/P2P
>
I look at P2P code. It is very close to my Basys framework. If you
interesting to compare look at doc
ht
Hi.
Look also on these projects (in order from low level to high):
- http://smalltalkhub.com/#!/~Pharo/TCPServer.
- http://smalltalkhub.com/#!/~Pharo/Basys
- http://smalltalkhub.com/#!/~Pharo/Seamless
2017-02-28 18:27 GMT+01:00 Benoit St-Jean via Pharo-users <
pharo-users@lists.pharo.org>:
>
>
>
Hi,
Depending on what exactly you are doing, you could either use or look at the
source of:
http://smalltalkhub.com/#!/~EvanDonahue/P2P
It is basically a simple API for setting up image-to-image networked
communication. You make a server object, set it running, and then open a
connection from a
Hi,
> El 28-02-2017, a las 14:27, Benoit St-Jean via Pharo-users
> escribió:
>
>
> De: Benoit St-Jean
> Asunto: Socket, network, testing and coding
> Fecha: 28 de febrero de 2017, 14:27:58 CLST
> Para: Any question about pharo is welcome
> Responder a: Benoit St-Jean
>
>
> Hi guys,
>
> Q