Download List

프로젝트 설명

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

이 릴리스 새, 적어, 메시지 기반 API를 제공 합니다: ud_socket()를 소켓을 구하고 술집/sub'bing, 소켓, 소켓, ud_flush() 포장 메시지 보낼 수신기 버퍼를 다시 설정 하 고 소켓, ud_dscrd()에서 메시지의 압축을 풀고 ud_chck_msg()에 메시지 팩 ud_pack_msg() 닫습니다 ud_close()를 인스턴스화합니다. 기존 API와의 호환성을 삭제 됩니다.
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