Re: [Pharo-users] UPnP/IGD implementation

2016-07-26 Thread Henrik Johansen
You don't use SSDP to do the tweaking, but to discover the devices that are available to tweak. Tweaking is subsequently carried out using SOAP/XML. An an uninformed guess, I'd imagine use could look a bit like this: SSDPClient when: IGDServiceAvailable do: [:IGDService |

Re: [Pharo-users] UPnP/IGD implementation

2016-07-26 Thread Norbert Hartl
Thanks, I think I need to read a bit further in order to understand how it works really. Didn't know SSDP ist used when tweaking things with IGD. Norbert > Am 25.07.2016 um 17:01 schrieb Henrik Johansen : > > SSDP covers discovery of the services and how they are

Re: [Pharo-users] UPnP/IGD implementation

2016-07-25 Thread stepharo
Croquet is GPL licensed (at least the one I checked it was). so you should pay attention because it is a viral license. Stef Le 25/7/16 à 16:04, Sean Glazier a écrit : you should look at croquet. I believe it was in pharo and they had code to configure the router so they tunnel through. I

Re: [Pharo-users] UPnP/IGD implementation

2016-07-25 Thread Norbert Hartl
Thanks, am I wrong in assuming the UPnP and IGD are rather huge and complicated things to implement? I just want to figure out if there is a clear answer to the question if implementing a subset or using a library (mini upnp) through FFI is more feasible. Norbert > Am 25.07.2016 um 16:10

Re: [Pharo-users] UPnP/IGD implementation

2016-07-25 Thread Henrik Johansen
> On 25 Jul 2016, at 12:13 , Norbert Hartl wrote: > > Does anyone know some code or person that did something with UPnP/IGD in > pharo? > > thanks, > > Norbert I've done an SSDP client/server, but not gone so far as to build a full UPnP model on top of it, since I just

Re: [Pharo-users] UPnP/IGD implementation

2016-07-25 Thread Sean Glazier
you should look at croquet. I believe it was in pharo and they had code to configure the router so they tunnel through. I used something similar to do port forwarding in VW so opentalk and DST could talk through a firewall and connections from the outside could be sent back etc. Kind Regards,

[Pharo-users] UPnP/IGD implementation

2016-07-25 Thread Norbert Hartl
Does anyone know some code or person that did something with UPnP/IGD in pharo? thanks, Norbert