neonatura / share-daemon

Provides a transport and API protocol in order to distribute generated libshare context.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

share-daemon

The Share Library Project.

The share daemon distributes context generated by the libshare runtime library by providing an automated transport protocol in addition to an authenticatable API.

Links: Download Share Daemon / Share Daemon Documentation

Quick Instructions

Share Daemon Build Instructions

On linux, a build can be performed by running the following:

cd ~
git clone https://github.com/neonatura/share
cd share
mkdir build
cd build
../configure
make
make install

cd ~ git clone https://github.com/neonatura/share-daemon cd share-daemon mkdir build cd build ../configure make make install

Note: Use --libdir=/usr/lib64 on Cent OS platforms.

Build Dependencies

The "libusb-1.0" library is required for compiling the libshare library suite unless the configure flag "--disable-usb" is specified.

On CentOS you can run the following: yum install libusb1 libusb1-devel

On Ubuntu you can run the following: apt-get install libusb-1.0.0-dev

You can compile and install the included "libusb-1.0.XX.zip" on any platform.

Download Url: https://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.21/libusb-1.0.21.zip/download

"libusb-1.0" compile instructions:

unzip libusb-1.0.XX.zip

cd libusb-1.0.XX

./autogen.sh

./configure

make

make install

About

Provides a transport and API protocol in order to distribute generated libshare context.

License:GNU General Public License v3.0


Languages

Language:Roff 86.3%Language:C 5.4%Language:M4 3.0%Language:Shell 2.9%Language:Makefile 2.4%Language:C++ 0.0%