From 0ed40edfb3d95dc9e87a285ddf455774447f10f7 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 14 Jun 2019 20:39:22 +0200 Subject: [PATCH] Updated readme --- README.md | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 21a8d496..2821f88b 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,20 @@ These are the main features: - Exceptions can be returned - Sending data when Idle - "Pinging" the remote end (for measuring round-trip time) + - Firewall connections by IP+CIDR + - Specify the connection type (nothing, compress, compress+encrypt) - The available transports are TCP and UDP - There are simple wrapper classes for: - Server - Client - - DNS Client (for querying DNS servers) - MultiCast Broadcast client and server discovery - Note: There is a maximum packet size for UDP, 508 bytes *to guarantee it's unfragmented* -- This is for cross-platform use, specifically - linux 32/64, mac 64, and windows 32/64. Java 8+ +- This is for cross-platform use, specifically - linux 32/64, mac 64, and windows 32/64. Java 11+ ``` java public static @@ -92,7 +93,7 @@ Maven Info com.dorkbox Network - 2.11 + 3.0 ``` @@ -102,31 +103,10 @@ Gradle Info ```` dependencies { ... - compile 'com.dorkbox:Network:2.11' + compile 'com.dorkbox:Network:3.0' } ```` -Or if you don't want to use Maven, you can access the files directly here: -https://repo1.maven.org/maven2/com/dorkbox/Network/ - - -https://repo1.maven.org/maven2/releases/com/dorkbox/ObjectPool/ -https://repo1.maven.org/maven2/com/dorkbox/MinLog-SLF4J/ - -https://repo1.maven.org/maven2/org/slf4j/slf4j-api/ -https://repo1.maven.org/maven2/io/netty/netty-all/ (latest 4.1) -https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/ -https://repo1.maven.org/maven2/org/bouncycastle/bcpkix-jdk15on/ -https://repo1.maven.org/maven2/asm/asm/ -https://repo1.maven.org/maven2/org/javassist/javassist/ -https://repo1.maven.org/maven2/com/esotericsoftware/jsonbeans/ - - -https://repo1.maven.org/maven2/com/esotericsoftware/reflectasm/ -https://repo1.maven.org/maven2/net/jpountz/lz4/lz4/ -https://repo1.maven.org/maven2/org/objenesis/objenesis/ -https://repo1.maven.org/maven2/com/esotericsoftware/kryo/ - License --------- This project is © 2010 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.