v0.13.0 - better relays support, UDP broadcast #179
pymq
announced in
Announcements
Replies: 1 comment
-
Win7 compatible builds uploaded here: #174 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
This release introduces significant improvements to relay usage when a direct connection between peers is unavailable. Previously, relays were chosen randomly, which could result in traffic being relayed from Europe to Canada and back again (we have default community relays in three different countries in Europe and one in Canada). With this release peers choose relays based on latency.
We also added support for UDP broadcast feature. It allows to play certain multiplayer games that use UDP broadcast as a discovery mechanism on local networks.
Thanks to @pftmclub we now have new community bootstrap node (and relay) in SEA region (Vietnam) 🎉
New Contributors
Full Changelog: v0.12.0...v0.13.0
Milestone: v0.13.0
Installation
For instructions on how to install anywherelan see readme.
Android
awl-android-v0.13.0.apk
Desktop version (awl-tray)
Windows binary builds
awl-tray-windows-386-v0.13.0.zip
awl-tray-windows-amd64-v0.13.0.zip
macOS binary builds
awl-tray-macos-amd64-v0.13.0.zip
awl-tray-macos-arm64-v0.13.0.zip
Linux binary builds
awl-tray-linux-386-v0.13.0.tar.gz
awl-tray-linux-amd64-v0.13.0.tar.gz
awl-tray-linux-arm-v0.13.0.tar.gz
awl-tray-linux-arm64-v0.13.0.tar.gz
awl-tray-linux-mips-v0.13.0.tar.gz
awl-tray-linux-mipsle-v0.13.0.tar.gz
Server version (awl)
Linux binary builds
awl-linux-386-v0.13.0.tar.gz
awl-linux-amd64-v0.13.0.tar.gz
awl-linux-arm-v0.13.0.tar.gz
awl-linux-arm64-v0.13.0.tar.gz
awl-linux-mips-v0.13.0.tar.gz
awl-linux-mipsle-v0.13.0.tar.gz
Windows binary builds
awl-windows-386-v0.13.0.zip
awl-windows-amd64-v0.13.0.zip
This discussion was created from the release v0.13.0 - better relays support, UDP broadcast.
Beta Was this translation helpful? Give feedback.
All reactions