ROHC library install
글 작성자: astrocosmos
ROHC library : https://launchpad.net/rohc
Reference RFCs :
- RFC 3095 : ROHC - Framework and four profiles RTP/UDP/ESP and uncompressed
- RFC 3096 : Requirements for robust IP/UDP/RTP header compression
- RFC 3843 : ROHC - A Compression Profile for IP
- RFC 4019 : ROHC - Profiles for User Datagram Protocol (UDP) Lite
ROHC library installation :
# tar xvjf rohc-1.2.0.tar.bz2
# cd rohc-1.2.0
# vi autogen.sh (수정 : ubuntu는 기본 shell이 bash이고, bash script에선 함수 이름 앞에 function은 빼야한다)
#!/bin/sh
# Script to generate all required files for `configure' when
# starting from a fresh repository checkout.
#!/bin/sh
# Generate the autotools files
function run() -------> run()
{
# ./autogen --prefix=/usr
# make all
# make install
ROHC library installation :
# tar xvjf rohc-1.2.0.tar.bz2
# cd rohc-1.2.0
728x90
'ROHC' 카테고리의 다른 글
ROHC + Python 책 쓰기 (1) | 2021.01.07 |
---|