Distributed client for the Albion Data project.
A quick note on the legality of this application and if it violates the Terms and Conditions for Albion Online. Here is the response from SBI when asked if we are allowed to do monitor network packets relating to Albion Online:
Our position is quite simple. As long as you just look and analyze we are ok with it. The moment you modify or manipulate something or somehow interfere with our services we will react (e.g. perma-ban, take legal action, whatever).
~ MadDave - Technical Lead for Albion Online
This client monitors local network traffic, identifies UDP packets that contain relevant data for Albion Online, and ships the information off to a central NATS server that anyone can subscribe to.
- Install Dep
- Any OS:
go get -u github.com/golang/dep/cmd/dep
- Mac with Homebrew:
brew install dep
- Any OS:
- Install dependencies using
dep ensure
This project, and all contributed code, are licensed under the MIT License. A copy of the MIT License may be found in the repository.