Download List

Descripción del Proyecto

unserding is a simple pub-sub messaging library, much like 0mq or nanomsg, without all the transports they support and without the reliability promise, made for heavy-duty realtime delivery of time series.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-02-10 08:38
0.4.0

Esta versión proporciona una API nueva, ágil, basado en mensajes: ud_socket() para adquirir una toma de corriente y crear instancias de pub/sub'bing, ud_close() para cerrar la toma, ud_pack_msg() para embalar un mensaje en el tomacorriente, ud_flush() para enviar mensajes llenos, ud_chck_msg() para descomprimir mensajes desde el zócalo y ud_dscrd() para restablecer el búfer del receptor. Compatibilidad con la API de vieja se cae.
Tags: Major
This release provides a new, leaner, message-based API: ud_socket() to acquire a socket and instantiate pub/sub'bing, ud_close() to close the socket, ud_pack_msg() to pack a message onto the socket, ud_flush() to send off packed messages, ud_chck_msg() to unpack messages from the socket, and ud_dscrd() to reset the receiver buffer. Compatibility with the old API is dropped.

Project Resources