Jump to content
Ugochukwu Mmaduekwe

CrossPlatform uPnP solutions for Delphi

Recommended Posts

2 hours ago, Markus Kinzler said:

Thanks, but unfortunately these does not give enough insight to the nitty gritty of the operations.

Edited by Ugochukwu Mmaduekwe

Share this post


Link to post

there are some problems in UPNP with cross platform.

 

1. UPNP is a network protocol, a device that supported UPNP is monitoring at UDP port 1900. We can implement it by using TIdUDPServer.

 

2. But, Windows system implement UPNP device, so, system has used UDP port 1900, our code can not open UDP port 1900. On windows, we must call windows API to use UPNP.

 

3. In other system like Android, iOS, maybe we can implement UPNP protocol by using Indy.

  • Like 1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×