Skip to content

cloudwarehub/cip-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

May 6, 2016
dc31d9e · May 6, 2016
May 6, 2016
Apr 28, 2016
May 6, 2016
Apr 3, 2016
Apr 21, 2016
Apr 6, 2016
Apr 3, 2016
Mar 26, 2016
Apr 5, 2016
Apr 21, 2016

Repository files navigation

CIP-SERVER: Cloudware Interacting Protocol Server

cip-server is a part of the CloudwareHub project.

Building CIP Server

  • Install the build dependencies. On Ubuntu use this command:

sudo aptitude install libuv-dev libx264-dev

  • Install autotools

sudo aptitude install autotools automake autoconf

  • Get source code and build

git clone https://git.coding.net/guod/cip-server.git

cd cip-server

./autogen.sh

make

Running CIP Server

  • Export xserver display env

export DISPLAY=[your xserver sock]

  • Run CIP Server

default port is 5999, default display is :0

./cip-server[ -p port -d display]

  • For help

./cip-server -h

Releases

No releases published

Packages

No packages published

Languages