Skip to content

NullSoldier/albionmarket-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albion Market - Client

Distributed client for the Albion Market website.

A quick note on the legality of this application and if it ciolates the Terms and Conditions for Albion Online: The Technical Lead for Sanbox Interactive confirmed that looking at network packets, but not touching is fine. He confirmed this publicly on the forums. You can find the post here: https://forum.albiononline.com/index.php/Thread/51604-Is-it-allowed-to-scan-your-internet-trafic-and-pick-up-logs/?postID=512670#post512670

This client monitors local network traffic, identifies UDP packets that contain market data for Albion Online, and ships the raw JSON from the market packets off to an ingest server.

The client is not meant to parse the packets any more than what is required to pull the JSON out of them. Processing the JSON is done on the ingest server so that if an update is required to parse the JSON it does not require updating the distributed client.

TODO

  • When installed auto start on boot
  • Ignore market packets for the test server
  • Identify where the character is located and set that location
  • Deal with multiple running clients??
  • Release clients for Mac and Linux

Related Projects

License

This project, and all contributed code, are licensed under the MIT License. A copy of the MIT License may be found in the repository.

About

Distributed client for the Albion Market website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%