GithubHelp home page GithubHelp logo

isabella232 / equation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gluonhq/equation

0.0 0.0 0.0 180 KB

The library part of the Wave Equation

License: GNU General Public License v3.0

Java 100.00%

equation's Introduction

Gluon Equation

The library part of the Wave Equation

This repository contains the functionality required for the Gluon Wave app, which can be found at https://github.com/gluonhq/wave-app.

The code in here is bundled into the equation library, which is a modular Java component. Gluon Equation provides the bridge between the Gluon Wave app and the Signal protocol implementations for Java.

Dependencies

The Signal protocol is implemented in a number of languages, including Java. The target for this implementation is Android, which is much behind the level of OpenJDK. Therefore, we use forks of the original repositories, and optimize them for Java 17+ usage.

The pom.xml in this project depends on

        <dependency>
          <groupId>org.whispersystems</groupId>
          <artifactId>signal-service-java</artifactId>
          <version>2.15.4-gluon-7</version>
        </dependency>

This artifact is generated from the gluon branch in the repository at https://github.com/johanvos/libsignal-service-java, which is a fork of the original repository at https://github.com/signalapp/libsignal-service-java. We publish releases in the gluon nexus repository, hence that one needs to be added to a pom.xml if you want to use it.

The libsignal-service-java depends on libsignal-metadata-java which is in the gluon branch of https://github.com/johanvos/libsignal-service-java, which again is a fork of the original Signal repository.

The libsignal-metadata-java depends on libsignal-protocol-java which is in the gluon branch of https://github.com/johanvos/libsignal-metadata-java, which again is a fork of the original Signal repository.

The libsignal-protocol-java depends on curve25519-java which is in the gluon branch of https://github.com/johanvos/curve25519-java, which again is a fork of the original Signal repository.

equation's People

Contributors

johanvos 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.