[erlang-questions] [ANN] nat_upnp

Benoit Chesneau bchesneau@REDACTED
Mon Jul 1 17:55:48 CEST 2013


 Just released nat_upnp a simple library that provides you a way to
map a local port to the external using UPNP IGD [1] :

https://github.com/benoitc/nat_upnp

While the old library I extracted fron etorrent [2] was working it was
pretty complicated to use, and you couldn't dynamically add or remove
a port from your router.  This one does it, also the code and the
design  is more simple. It is only using the  bare minimum of the UPNP
spec and no gen_server. Also this library is only based on the
standard library in Erlang.

Any feedback is welcome,

Enjoy !

[1] http://en.wikipedia.org/wiki/Internet_Gateway_Device_Protocol
[2] https://github.com/benoitc/upnp



More information about the erlang-questions mailing list