CentOS 7 Red Hat Enterprise Linux 6 / CentOS 6 Ubuntu Debian Windows
Create file
/etc/yum.repos.d/nimble.repo
with following content:
[nimble]
name= Nimble Streamer repository
baseurl=http://nimblestreamer.com/centos/7/$basearch
enabled=1
gpgcheck=1
gpgkey=http://nimblestreamer.com/gpg.key
Run:
sudo yum update
sudo yum install nimble-udt
The installer will prompt to install a signature key and a package. Just type "y".
Is this ok [y/N]: y
Install RHEL EPEL repository
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm
Create file
/etc/yum.repos.d/nimble.repo
with following content:
[nimble]
name= Nimble Streamer repository
baseurl=http://nimblestreamer.com/centos/6/$basearch
enabled=1
gpgcheck=1
gpgkey=http://nimblestreamer.com/gpg.key
Run:
sudo yum update
sudo yum install nimble-udt
The installer will prompt to install a signature key and a package. Just type "y".
Is this ok [y/N]: y
Add following rep into
/etc/apt/sources.list
deb http://nimblestreamer.com/ubuntu precise/
for Ubuntu 12.04 Precise
deb http://nimblestreamer.com/ubuntu trusty/
for Ubuntu 14.04 Trusty (including IBM POWER8)
deb http://us.archive.ubuntu.com/ubuntu/ trusty main restricted
for Ubuntu 15.04 Vivid Vervet and 15.10 Wily Werewolf
deb http://nimblestreamer.com/ubuntu trusty/
deb http://nimblestreamer.com/ubuntu xenial/
for Ubuntu 16.04 Xenial Xerus
Run:
wget -q -O - http://nimblestreamer.com/gpg.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install nimble-udt
Add following rep into
/etc/apt/sources.list
deb http://nimblestreamer.com/debian/ wheezy/
for Debian 7 Wheezy
deb http://nimblestreamer.com/debian/ jessie/
for Debian 8 Jessie
deb http://nimblestreamer.com/debian/ stretch/
for Debian 9 Stretch
Run:
wget -q -O - http://nimblestreamer.com/gpg.key | apt-key add -
apt-get update
apt-get install nimble-udt
This software uses code of UDP protocol licensed under BSD license and its source and build script can be downloaded here.