Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dennis Poon
Dimitrios Chr. Ioannidis wrote: Hi all, at work, i have a project which needs very limited UPnP capabilities. All it needs, is to open a port and do a port forwarding for a limited period of time closing it afterwards. Nowdays almost every Residential Gateway(Router) / ( Customer Premises

Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dmitry Boyarintsev
Sorry a typo is my last email - Denis Poon. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dmitry Boyarintsev
Denis Poop (seen very often on this list) have asked about this recently. http://lists.freepascal.org/lists/fpc-pascal/2013-June/038577.html So he might have some work already done or know about the existing solution. And basic googling brings these results: http://www.whitebear.ch/upnp.htm http

Re: [fpc-pascal] UPnP Component

2013-11-11 Thread Dmitry Boyarintsev
On Mon, Nov 11, 2013 at 9:25 AM, Dimitrios Chr. Ioannidis < d.ioanni...@nephelae.eu> wrote: > Hi all, > > at work, i have a project which needs very limited UPnP capabilities. > All it needs, is to open a port and do a port forwarding for a limited > period of time closing it afterwards. Nowdays

[fpc-pascal] UPnP Component

2013-11-11 Thread Dimitrios Chr. Ioannidis
Hi all, at work, i have a project which needs very limited UPnP capabilities. All it needs, is to open a port and do a port forwarding for a limited period of time closing it afterwards. Nowdays almost every Residential Gateway(Router) / ( Customer Premises Equipment ) support that via uPnP.