Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenehp/avdecc-pdu
IEEE P1722.1 packet forming and parsing library
https://github.com/eugenehp/avdecc-pdu
Last synced: 3 days ago
JSON representation
IEEE P1722.1 packet forming and parsing library
- Host: GitHub
- URL: https://github.com/eugenehp/avdecc-pdu
- Owner: eugenehp
- License: other
- Created: 2012-11-14T13:40:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-01T17:04:30.000Z (over 12 years ago)
- Last Synced: 2023-04-10T05:52:15.096Z (over 1 year ago)
- Language: C++
- Homepage: https://autobuild.statusbar.com/job/avdecc-pdu-debian-amd64/Docs/
- Size: 623 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: COPYING
Awesome Lists containing this project
README
==========
AVDECC-PDU
==========Reference implementation of the protocol data units used in IEEE P1722.1:
http://grouper.ieee.org/groups/1722/1/
Authors:
Jeff KoftinoffPlease see the file COPYING for license information.
Quick Start
===========On Unix-like systems
--------------------to build on unix/linux/macosx::
git clone ssh://[email protected]/jdkoftinoff/avdecc-pdu.git
(cd avdecc-pdu && ./configure --debug=1 && make && make check )* build results are in avdecc-pdu/tmp-target/build
* unit test results are in avdecc-pdu/tmp-target/build/tests/also see::
cd avdecc-pdu
./configure --help
./configure --prefix=/opt/local/avdecc-pdu
make compile-info
make installOn Mac OS X
-----------open build/xcode/avdecc-pdu/avdecc-pdu.xcodeproj
On Windows with VS2010:
start build\\vs2010\\avdecc-pdu\\avdecci-pdu.sln
With qmake:
cd build/qmake && qmake && make