Skip to content

Releases: PDXostc/reliable_multicast

Update type defintions

16 Jan 16:58
Compare
Choose a tag to compare

removes typedefs from headers

Clang support

14 Oct 15:58
Compare
Choose a tag to compare
v1.7

Updated -O2 lag in Makefile

Add C++ compile guards.

14 Aug 21:22
Compare
Choose a tag to compare
v1.6

Added extern c include guards

Version 1.5

12 Jul 16:42
Compare
Choose a tag to compare

Added minor call to delay payload release, allowing DSTC to optimize memory management.

Version 1.4

18 Apr 17:17
414f70e
Compare
Choose a tag to compare

Supports loopback traffic (see examples/loopback)
Makefile cleanups.

32 bit clean build. Cross RPi-32 - x86-64 communication works

12 Mar 00:35
Compare
Choose a tag to compare

Clean installs across the board.

08 Mar 18:58
Compare
Choose a tag to compare
Pre-release

Split internal and external include data into separate files.
make install now does the right thing, setting things up for DSTC and other apps to use the installed version correctly when building.

Numerous bug fixes and performance improvements.

04 Mar 22:05
Compare
Choose a tag to compare

This release is a collection of fixes and improvements that will be used by DSTC v0.6 as a download when it does its build.

Now passes basic tests

24 Dec 23:00
Compare
Choose a tag to compare
Pre-release

Can process several billion signals, including packet loss, without losing any data.
Handles multiple publishers sending data to single subscriber
Handles multiple subscribers receiving data from single publisher.