bitletorg / weupnp

A tiny UPnP (Universal Plug and Play) client library written in Java
http://bitletorg.github.io/weupnp
99 stars 36 forks source link

Can I use it to create a p2p chat application in android ? #19

Closed techierishi closed 8 years ago

techierishi commented 8 years ago

Its not an issue. I just needed to ask a question. Can I use it to create a p2p chat application in android ?

abahgat commented 8 years ago

You can use this library to manage port mappings that you can then use for any purpose, including connecting two machines to implement a chat. You'd have to code your own chat protocol implementation or reuse a chat-specific library for that.