Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2011-02-21 | 839 Bytes | |
libpcep-0.1.tar.gz | 2011-02-21 | 32.8 kB | |
Totals: 2 Items | 33.6 kB | 0 |
=== libpcep === LibPCEP is a C library which implements the Path Computation Element communication Protocol (PCEP). This includes functions for creating and reading PCEP messages among other thing. Included in the library is also a PCEP client. Developed at Acreo AB. LICENS: LGPL === Building === 1: mkdir build 2: cd build 3: cmake ../ 4: make === Installing === 1: cd build 2: make install To build packages 1: cd build 2: cpack -G DEB (for debian/ubuntu) === Client === A useful PCEP client. Name : "pcep-client" Usage: ./pcep-client -H [host] (-P [port]) -S [source] -D [destination] -B [bandwidth] (-C [path count]) === Server === This is more a code example, only response precaclulated path for destination/source 0.0.0.0. Name : "pcep-server" Usage: ./pcep-server OR ./pcep-server [port]