Le 8 mai 2018 �� 08:28, Henrik Sperre Johansen <henrik.s.johansen@veloxit.no> a ��crit :HilaireFernandes wroteComputer should be on a same network, however not sure about swtich in
between.
Does UDP broadcast required particular privilege on the host?
Thanks
Hilaire
Le 06/05/2018 �� 13:31, Norbert Hartl a ��crit��:If it is on a single network this should be doable by using UDP broadcast
announcements. The share server can announce some information and its IP
in a UDP packet being broadcasted. Every client receives that and then
knows the address of the server to connect to
--
Dr. Geo
http://drgeo.eu
No, but it does involve setting certain options on the socket, etc.
You could check if http://smalltalkhub.com/#!/~henriksp/SSDP is
appropriate/works for you.
Cheers,
Henry
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi, FYI, Noury did this package (Network-Extra). I will test for my lecture. It has UDP Multicast/broadcast and may help for the discovery phase (I���m interested in that either).He said that about it:-��UDP support : mutlicast + broadcast- fragment a (large) data et assemble it over UDP-la possibilit�� de fragmenter une donn��e trop grande et la reconstruire au-dessus d'UDPGofer itsmalltalkhubUser: 'CAR' project: 'ReusableBricks';configurationOf: 'ReusableBricks';loadBleedingEdgeHope this help,See you,C��drickPs: tell me if you use it.��