BAA-Studios / MOOgiwara

A multiplayer online browser ONE PIECE TCG simulator
GNU Affero General Public License v3.0
29 stars 8 forks source link

[TODO] Enumerated Packet Headers #38

Open Bratah123 opened 1 year ago

Bratah123 commented 1 year ago

Abstract

Currently, the client and server communicate by sending raw magic strings to each other as headers. The goal is to change all of these to ENUMs or some sort of better identifier that is expandable and easily read.

Tasks