Skip to content

roeslpa/qabel-core

 
 

Repository files navigation

Qabel documentation

For the documentation take a look at the wiki in our documentation repository.

Qabel Core

Build Status

Qabel Core is the core component of a Qabel Client.

building source

  1. Make sure you have a working git client installed

  2. Make sure you have a working c compiler installed.

  3. clone the source

    git clone https://github.com/Qabel/qabel-core.git
    cd qabel-core
    git submodule init
    git submodule update
    
  4. build the project

    ./gradlew build
    

start developing

  1. It is recommended to use Eclipse with Qabel-Core. Make sure you have Eclipse with Gradle Support up and running. Also you need a git client

  2. clone the source

    git clone https://github.com/Qabel/qabel-core.git
    
  3. Fire up Eclipse and import the project using File -> Import... -> Gradle Project.

testing

You need a qabel-drop server at port 8000, a qabel-storage server at port 6000 and a qabel-accounting server at port 9696 (running with ./manage.py testserver testdata.json --addrport 9696)

About

Implementation of Qabel-Core in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • C 2.0%