Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the initial raw decoding #168

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 10, 2023

  1. Refactor the initial raw decoding

    * clean up the Raw HTTP route, move code to raw_decoder.
    * move device location tracking to its own package/struct
    * create a map of method -> decode function, minimum level required
      * we don't need level 30 for everything
      * map will be more efficient than big switch/case
      * decode functions take in the proto and its metadata like
        device uuid, account, etc. This will allow us to pass
        information deeper for things like shiny stats which will
        require tracking accounts.
    comstud committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    8807961 View commit details
    Browse the repository at this point in the history