Edward Wang

Results 27 comments of Edward Wang

The document on this is sparse. Do you refer to this change? https://github.com/esl/gproc/commit/59365c4befa65648b7a7c7416ba19d2fecfd8bed And it seems official gproc repository is now `esl/gproc`, not `uwiger/gproc`, isn't it?

The current state of the art implementation should be Apple Facetime. The standards behind it, it regarding to NAT traversal, are still STUN, TURN and ICE. Should be nice if...

Yxa, a sip server in Erlang, has a STUN server implementation. May or may not be useful.

This is a mess. Regarding protocol, it is well defined by IETF RFCs. But there are two main obstacles AFAIK: the lack of well known STUN/TURN server and that two...

Kudos to your uTP implementation!

Teredo is IPv6 tunneling, yes, by wrapping IPv6 in UDP packets. So as far as NATs traversal is concerned, it is pretty much the same as STUN. Even better since...

This itches me, a lot ;) I may give it a second shot. To bootstrap the development, i.e. circumventing the lack of public stun server, the plan is to: -...

Aforementioned approach works. It has been confirmed that Littleshoot STUN server is functional. And STUN binding messages have been successfully exchanged between Littleshoot server and an Erlang process. Now it's...

A user story, please? It seems to me that OS level NFS, Samba, AFS, or even iSCSI is quite sufficient.