This repository contains Java implementation of the protocol parsers, catalog and service handling for eXtensible Binary Universal Protocol.
XBUP is binary data protocol and file format for communication, data storage and application interfaces.
Homepage: https://xbup.exbin.org
As the project is currently in alpha stage, repository contains complete resources for distribution package with following folders:
- modules - Libraries and other
- doc - Documentation + related presentations
- src - Sources related to building distribution packages
- resources - Related resource files, like sample files, images, etc.
- deps - Folder for downloading libraries for dependency resolution
- gradle - Gradle wrapper
Build commands: "gradle build" and "gradle distZip"
Java Development Kit (JDK) version 8 or later is required to build this project.
For project compiling Gradle 7.1 build system is used: https://gradle.org
You can either download and install gradle or use gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.
On the first build there will be an attempt to download all required dependecy modules.
Alternative is to have all dependecy modules stored in local maven repository.
git clone https://github.com/exbin/exbin-auxiliary-java.git
cd exbin-auxiliary-java
gradlew build publish
cd ..
Project uses various libraries with specific licenses and some tools are licensed with multiple licenses with exceptions for specific modules to cover license requirements for used libraries.
License: Apache V2 (see LICENSE.txt)