Skip to content

Wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, using vlingo/actors.

License

Notifications You must be signed in to change notification settings

Luteceo/vlingo-wire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xoom-wire

Javadocs Build Download Gitter chat

The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.

Docs: https://docs.vlingo.io/xoom-wire

Installation

  <dependencies>
    <dependency>
      <groupId>io.vlingo.xoom</groupId>
      <artifactId>xoom-wire</artifactId>
      <version>1.11.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
dependencies {
    compile 'io.vlingo.xoom:xoom-wire:1.11.0'
}

License (See LICENSE file for full license)

Copyright © 2012-2023 VLINGO LABS. All rights reserved.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.

Licenses for Dependencies

SSLSocketChannel support under org.baswell.niossl under Apache 2. Copyright 2015 Corey Baswell Corey's suggestion is to copy his source to your project, which we did due to Java version conflicts.

Guava is open source licensed under Apache 2 by The Guava Authors https://github.com/google/guava/blob/0d9470c009e7ae3a8f4de8582de832dc8dffb4a4/android/guava/src/com/google/common/base/Utf8.java

About

Wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, using vlingo/actors.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%