Code Monkey home page Code Monkey logo

sas-client's Introduction

sas-client

This repository provides the Service Assurance Server client C++ library.

A makefile is provided to compile the code to an archive file (libsas.a), which can be statically linked by applications wishing to use this library.

This repository uses the zlib and LZ4 compression libraries. As LZ4 may not be available in all distributions, lz4.h and lz4.c are included in this repository and built into libsas.a.

To build the library, run make in the top level directory. A clean target is also supplied.

The library must be built with gcc 4.4 (or higher). It has been tested on Ubuntu and Red Hat Enterprise Linux

To include this library in your application, you must ensure that all the files in include/ are in your applications include path, and you have #include <sas.h> in your code.

To link with this library you should ensure libsas.a is in your link path (using the -L option) and supply -lsas -lpthread -lrt to the linker.

LZ4

This repository includes the LZ4 code from https://github.com/Cyan4973/lz4 (licensed under a permissive 2-clause BSD license - see https://github.com/Cyan4973/lz4/blob/master/lib/LICENSE). We took the code from Git commit d86dc91.

sas-client's People

Contributors

rkday-pro avatar eleanor-merry avatar mirw avatar richardwhiuk avatar mike-evans avatar mf1-ms avatar matmeredith avatar sebrexmetaswitch avatar rowenasmithlamkin avatar pelagicgames avatar jonathanbarnett avatar jw2 avatar bossmc avatar dtheobald avatar graemerobertson avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.