Coder Social home page Coder Social logo

schneeflocke's Introduction

This is the Schneflocke Project, a Friend-2-Friend file sharing application.
It also contains libschnee, a library for supporting the creation of P2P-
Collaboration applications and similar.

For user information see

http://www.sflx.net

This documentation is intended for developers.

0. Building instructions
-------------------------
See doc/building.txt

1. Testing
-------------------------
Testcases can be found in testcases/. Once you are through with building you can 
also let cmake run the testcases, e.g. with "make test". They will all compile 
into simple executables who either fail with "abort" or return a value != 0 if 
they found an error. Note that the testcases use some very sharp timed 
assumptions so there is not always an error if a testcase fails.

Applications can be found in the app folder.

1. Use of libschnee / libflocke library
---------------------------------------
Please look at the API documentation generated by Doxygen. You can also refer to 
the shipped testcases / demo applications. Cmdline-client, degeneration-test
and stream-test are good starting points. The building process will create a 
static library against you can link own developments. You may also change the 
cmake script if  you need a shared library. You should use libschnee/ as your 
include directory, so that you can do includes like this:

// InterplexBeacon
#include <schnee/p2p/InterplexBeacon.h>

All classes are in the sf namespace, some are a bit deeper. The API Documentation 
hides a lot of classes, which shall not be used from outside the library. If you 
need API documentation for them too, you can build a developer API documentation 
with the target apidoc-dev (but this documentation is far from complete).

2. License
-------------------------
See license.txt

3. Other software contained:
----------------------------

This software also contains:
- RapidXML, (c) 2006, 2007 Marcin Kalicinski (Boost License)
- linenoise, (c) 2010, Salvatore Sanfilippo (BSD License)
- GNUTLS precompiled for Windows (LGPL License) http://josefsson.org/gnutls4win/
- Base64 encoder/decoder by Bob Withers (Freeware), with some Extensions from 
  Stanley Yamane (BSD License)
- UDT (c) 2001 - 2010, The Board of Trustees of the University of Illinois (BSD License)

4. Components, Applications
---------------------------
Various program components can be found in libflocke/, applications in apps/

schneeflocke's People

Stargazers

Norbert Schultz avatar

Watchers

James Cloos avatar  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.