정보 | ||
---|---|---|
| ||
|
x64 우분투 ( pre-compiled deb )
ostinato-drone 은 미리 컴파일 된 것이 있음. controller ( GUI )는 없음
https://www.eve-ng.net/index.php/documentation/howtos/howto-add-linux-ostinato/
http://www.eve-ng.net/repo/pool/main/e/eve-ng-addons-ostinato-drone/
코드 블럭 |
---|
$ sudo apt-get install eve-ng-addons-ostinato-drone |
x64 CentOS 7
공식홈 : https://ostinato.org
코드 : https://github.com/pstavirs/ostinato
오픈소스 트래픽 생성기
빌드된 바이너리는 판매
코드를 빌드하는건 무료
목차 |
---|
...
(2020.03.02 기준, CentOS 7 리눅스)
https://devguide.ostinato.org/BuildingFromSource.html
...
코드 블럭 |
---|
버전 확인 $ yum search protobuf --show-duplicate | grep x86_64 | sort | uniq ... protobuf-2.5.0-8.el7.x86_64 : Protocol Buffers - Google's data interchange protobuf-compiler-2.5.0-8.el7.x86_64 : Protocol Buffers compiler protobuf-devel-2.5.0-8.el7.x86_64 : Protocol Buffers C++ headers and libraries ... protobuf-c-1.0.2-3.el7.x86_64 : C bindings for Google's Protocol Buffers protobuf-c-compiler-1.0.2-3.el7.x86_64 : Protocol Buffers C compiler protobuf-c-devel-1.0.2-3.el7.x86_64 : Protocol Buffers C headers and libraries ... 설치 $ sudo yum -y nstallinstall \ protobuf protobuf-compiler protobuf-devel \ protobuf-c protobuf-c-compiler protobuf-c-devel |
...
공식문서의 QT Creator 로 빌드 따라하면 됨
arm64 ( 라즈베리파이 )
라즈베리파이에서 QT Creator 를 사용하려면 아래 문서 참고
https://forum.qt.io/topic/105817
나머지 패키지들도 ARM으로 빌드한 바이너리가 존재함
http://ports.ubuntu.com/ubuntu-ports/dists/trusty/main/binary-armhf/Packages.bz2