arcam / CocoaUPnP

CocoaUPnP is a logical progression of upnpx; designed to be easy, modern and block-based.
MIT License
85 stars 40 forks source link

Add method to get address of UPPBasicDevice #37

Closed Jerrywyx closed 8 years ago

Jerrywyx commented 8 years ago

To get address of UPPBasicDevice, I think we will need to use the address a lot.

squarefrog commented 8 years ago

Hi there! Thanks for the Pull Request. I'm curious why you need this function?

Jerrywyx commented 8 years ago

Hello, the idea is to show or get the IP address of that device in a more easy way, I personally need to get IP every time, but if it is not a common case, I'm ok that we don't add this function. Adding one category might do as well.

squarefrog commented 8 years ago

I see! Yeah I think this would be perfectly suited to an extension or category! I appreciate the time you took to submit this though, thank you.