robocin / WebSoccerMonitor

Web tool for visualising matches from RoboCup Soccer Leagues.
https://working-web-soccer-monitor.vercel.app/
GNU General Public License v3.0
11 stars 0 forks source link

Implement parsing old and new log formats with JS for replaying matches #21

Open mateusfbsoares opened 2 years ago

mateusfbsoares commented 2 years ago

I think it is not possible to extract files in the browser, so for now we could assume that websoccermonitor will read log files that are already extracted by the user.

We have to support the log format before rcssserver version 17.0.0 and the new json-based version present on rcssserver versions 17.0.0 and higher.

It should be as simple as parsing the logs into the format websoccermonitor currently uses for keeping track of data.