Skip to content

cloudwarehub/cip-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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