Vortex Library 1.1.19

Vortex Library is an implementation of the RFC 3080 and RFC 3081 standard definitions, known as the BEEP Core protocol, implemented on top of the TCP/IP stack. It comes with complete XML-RPC over BEEP RFC 3529 support, complete support for the TUNNEL profile (which allows you to perform proxy operations for every BEEP profile developed), support for HTTP proxies, and more. The API is consistent, easy to use, and allows you to write application protocols very quickly. The API is designed to allow bindings for other languages to be built easily.

Tags c communications internet software development libraries networking beep
License GNU LGPL
State mature

Recent Releases

1.1.1931 Aug 2022 12:24 minor feature: - New stable release with several corrections. - Added support for Debian BullsEye, Debian Buster and Ubuntu Focal
1.1.1819 Oct 2016 17:09 minor feature: - Several PyVortex improvements to increase thread granularity and reentrant code. - Improved log reporting on connection lost/broken to include more information about remote peer, serverName...
1.1.1730 Aug 2016 16:07 minor feature: - Added official package support for Centos 7, Debian Jessie and Ubuntu Xenial - Several corrections at the TLS digest and mutex API
1.1.1605 May 2016 15:18 minor feature: - Added Vortex External module to allow easily creating BEEP over any connection oriented transport by providing a set of handlers that implements the specific part of the protocol supported. Used this new transport to support BEEP over BlueTooth (done by Arthur Kristmann). - Fixed mutex API to provide a consistent behaviour (recursive vs non-recursive) and added new API to provide this support. Reported by Ralf Konusch. - Fixed tls digest segfault (reported by Ralf Konusch). - Removed wrong nopoll.h header from vortex_external.h (Arthur Kristmann). - Various stable improvements and new regression tests.
1.1.1524 Oct 2015 19:22 minor feature: - Added support for centOS (6.X) and added official support for centos packages (.rpm). See ready to use packages at: http://www.aspl.es/vortex/download.html - Added support for Android, providing official support to create ready to use binaries for all platforms and arch combinations. http://www.aspl.es/fact/files/af-arch/vortex-1.1/html/vortex_android_usage.html#vortex_android_usage - Added support for FreeBSD 9.X - Added support to keep certificate content available so that changing process uid/gid does not affect TLS/SSL process. - Updated WebSocket API to support/control certificate verification - Several cleanups, API updates and minor new options..
1.1.1408 Aug 2014 15:19 minor feature: New stable release that includes improvements an corrections and IPv6 support.