Skip to content

Releases: Bardo91/fastcom

Fastcom v1.1 - Broadcast UDP

28 Jan 21:25
Compare
Choose a tag to compare

Improvements

  • Using broadcasting UDP. It prevents publisher's threads to get blocked if the number of subscribers is large.
  • 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

Bugs

  • FATAL --> Only working in the same machine

Acknowledgments

@manuoso

Fastcom v1.0 - First Release

19 Jan 13:11
Compare
Choose a tag to compare

Content

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