Skip to content

Releases: hhromic/libe131

v1.4.0

14 May 13:36
Compare
Choose a tag to compare

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

10 Oct 20:01
Compare
Choose a tag to compare

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

28 Aug 14:18
Compare
Choose a tag to compare

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

27 Aug 11:21
Compare
Choose a tag to compare

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

15 Aug 19:35
Compare
Choose a tag to compare

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

13 Aug 20:04
Compare
Choose a tag to compare

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!