Releases: hhromic/libe131
v1.4.0
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
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
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
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
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
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!