slothpixel / tracker

A Forge mod made to collect hypixel match data
MIT License
0 stars 0 forks source link

Project Details #1

Open builder-247 opened 6 years ago

builder-247 commented 6 years ago

Here are my current thoughts about the scope of the project:

Features

Communication

The mod would communicate with core using either HTTP or Protobuf.

Issues

Notes

FalseHonesty commented 6 years ago

Since we are going to be dealing with personal information, we will need to agree on some form of secure transmission. Probably https along with encryption, but I will need to do more research on this.

builder-247 commented 6 years ago

Forgot to mention that versions 1.8-latest should be supported, and maybe a hyperium port in the future.

builder-247 commented 5 years ago

Thoughts on using Secured Websockets to handle the protobuf traffic?