Libe131 Versions Save

libE131: a lightweight C/C++ library for the E1.31 (sACN) protocol

v1.4.0

6 years ago

Changes

  • e131_get_option: wrong inverse conditional used (fixes #4)
  • fix #2 correct example gcc command
  • put -le131 argument to the end of gcc example command
  • good practices for socket creation
  • use modern constant name

To install the library, download the .tar.gz archive and use the standard autotools approach:

$ ./configure --prefix=/usr
$ make
$ sudo make install

The last step requires root privileges. You can uninstall the library using:

$ sudo make uninstall

Any feedback is highly appreciated!

v1.3.1

7 years ago

Changes

  • Small cosmetic change in e131_pkt_dump().
  • Make e131_set_option() really work.

To install the library, download the .tar.gz archive and use the standard autotools approach:

$ ./configure --prefix=/usr
$ make
$ sudo make install

The last step requires root privileges. You can uninstall the library using:

$ sudo make uninstall

Any feedback is much appreciated!

v1.3.0

7 years ago

Changes

  • Better implementation (and renaming) of e131_dest_str() function.
  • More flexible e131_pkt_dump() function.

To install the library, download the .tar.gz archive and use the standard autotools approach:

$ ./configure --prefix=/usr
$ make
$ sudo make install

The last step requires root privileges. You can uninstall the library using:

$ sudo make uninstall

Any feedback is much appreciated!

v1.2.0

7 years ago

Changes

  • Added new e131_strdest() function.

To install the library, download the .tar.gz archive and use the standard autotools approach:

$ ./configure --prefix=/usr
$ make
$ sudo make install

The last step requires root privileges. You can uninstall the library using:

$ sudo make uninstall

Any feedback is much appreciated!

v1.1.0

7 years ago

Changes

  • Re-ordered arguments in some functions.
  • Implemented more general framing options handling.
  • Added missing library versioning information.

To install the library, download the .tar.gz archive and use the standard autotools approach:

$ ./configure --prefix=/usr
$ make
$ sudo make install

The last step requires root privileges. You can uninstall the library using:

$ sudo make uninstall

Any feedback is much appreciated!

v1.0.0

7 years ago

First Public Release

To install the library, download the .tar.gz archive and use the standard autotools approach:

$ ./configure --prefix=/usr
$ make
$ sudo make install

The last step requires root privileges. You can uninstall the library using:

$ sudo make uninstall

Any feedback is much appreciated!