Skip to content

Fastcom v1.1.5 - Broadcast UDP - Multi-machines fixed

Compare
Choose a tag to compare
@Bardo91 Bardo91 released this 03 Feb 11:10
· 97 commits to master since this release

Improvements

  • Using broadcasting UDP. It prevents publisher's threads to get blocked if the number of subscribers is large. However, subscriptions seem to have lower rate.
  • Some examples are generalized to be configured by the input arguments.

Content

  • Python and c++ fully compatible interfaces
  • Generic struct data publishers and subscribers
  • Specific publisher and subscriber for images optimized with JPEG compression
  • Doxygen documentation
  • CMake ready for installation of c++ library and python package

BugFix

  • Fixed bug in 1.1 in which library only worked in the same machine. Now broadcast interface works abroad.

Bugs

Acknowledgments

@manuoso