we got from somewhere Alan Hawrylyshen's stun client/server implementation version 0.8.2, but doesn't appear to implement the latest stun draft draft-ietf-midcom-stun-05.txt, but some earlier version. does anyone know if there exists an open source stun client/server that would conform to the latest stun draft?
-- juha
jh@lohi.eng.song.fi wrote:
we got from somewhere Alan Hawrylyshen's stun client/server implementation version 0.8.2, but doesn't appear to implement the latest stun draft draft-ietf-midcom-stun-05.txt, but some earlier version. does anyone know if there exists an open source stun client/server that would conform to the latest stun draft?
The ''latest'' version of the STUN client/server software is contained in the VOVIDA CVS repository. Current work duties make it difficult for me to release tarballs efficiently at this time. Please feel free to check out the latest and greatest STUN stuff from the CVS repository and provide my with any feedback and/or patches that you feel would be helpful. The STUN stuff was recently interop'd at SIPit 12 in Stockholm and faired well. We aren't quite up to -05 of the draft, but we are getting closer. For the CVS stuff, checkout vocal/stund in the repository at cvs.vovida.org. Instructions can be found at www.vovida.org.
Thanks
Alan Hawrylyshen Sr. Software Engineer alan@jasomi.com
alan,
thanks for the pointer to the CVS. based a quick look, the code there is very different from version 0.8.2 that someone passed to us. for example, the flags are done as they should be according to draft-ietf-midcom-stun-05.txt.
-- juha
alan,
in order to compile the CVS stund on linux, i had to add
#include <errno.h>
to non-windows part of stun.cxx and
#include <string.h>
to non-win part of tlsServer.cxx.
-- juha
Alan,
can you please link CVS to STUN's hompeage. We linked it from SER webpage, but there is currently no path to the most up-to-date version.
-jiri
At 11:52 PM 3/5/2003, Alan Hawrylyshen wrote:
The ''latest'' version of the STUN client/server software is contained in the VOVIDA CVS repository. Current work duties make it difficult for me to release tarballs efficiently at this time. Please feel free to check out the latest and greatest STUN stuff from the CVS repository and provide my with any feedback and/or patches that you feel would be helpful. The STUN stuff was recently interop'd at SIPit 12 in Stockholm and faired well. We aren't quite up to -05 of the draft, but we are getting closer. For the CVS stuff, checkout vocal/stund in the repository at cvs.vovida.org. Instructions can be found at www.vovida.org.
Thanks
Alan Hawrylyshen Sr. Software Engineer alan@jasomi.com
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/