Distributed client for the Albion Online 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.
This process is run on a DigitalOcean Droplet in order to ensure almost perfect uptime and high performance for the users. If you find this project beneficial to you then please consider a donation, thanks!!
Many thanks to the original developers:
Downloads can be found here: https://github.com/broderickhyman/albiondata-client/releases
- albiondata-deduper-dotNet
- albiondata-sql-dotNet
- albiondata-api-dotNet
- AlbionData.Models
- albion-data-website
The best way to get in touch with us is on the Albion Online Fansites Discord server in either the #proj-albiondata or the #developers channel. A permanent invite link can be found here: https://discord.gg/TjWdq24
- 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.