https://github.com/robocup-ssl/ssl-go-tools
A collection of tools and libraries for RoboCup SSL, written in Go
https://github.com/robocup-ssl/ssl-go-tools
Last synced: 5 months ago
JSON representation
A collection of tools and libraries for RoboCup SSL, written in Go
- Host: GitHub
- URL: https://github.com/robocup-ssl/ssl-go-tools
- Owner: RoboCup-SSL
- License: gpl-3.0
- Created: 2018-01-21T18:23:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-02T04:32:50.000Z (6 months ago)
- Last Synced: 2025-12-03T19:56:04.670Z (6 months ago)
- Language: Go
- Homepage:
- Size: 600 KB
- Stars: 11
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/RoboCup-SSL/ssl-go-tools/tree/master)
[](https://goreportcard.com/report/github.com/RoboCup-SSL/ssl-go-tools)
[](https://godoc.org/github.com/RoboCup-SSL/ssl-go-tools)
[](https://circleci.com/api/v1.1/project/github/RoboCup-SSL/ssl-go-tools/latest/artifacts/0/coverage?branch=master)
# ssl-go-tools
Collection of packages to do common stuff for the RoboCup SSL league like reading, writing, sending, receiving and
parsing messages.
## Docker
Docker images of all RoboCup Small Size League tools and applications can be found at https://hub.docker.com/u/robocupssl
## Installation from GitHub releases
The GitHub release page contains the latest stable binaries: https://github.com/RoboCup-SSL/ssl-go-tools/releases
Simply download the archive for your platform and extract to a folder of your choosing and run it from there.
## Installation with Go
If you have Go installed, you can install the tools with:
```shell
go install github.com/RoboCup-SSL/ssl-go-tools/...@latest
```
## Usage and further details
Have a look at the individual packages and their containing READMEs:
* [ssl-auto-recorder](cmd/ssl-auto-recorder/README.md)
* [ssl-log-converter](cmd/ssl-log-converter/README.md)
* [ssl-log-cutter](cmd/ssl-log-cutter/README.md)
* [ssl-log-stats](cmd/ssl-log-stats/README.md)
* [ssl-log-player](cmd/ssl-log-player/README.md)
* [ssl-log-recorder](cmd/ssl-log-recorder/README.md)
* [ssl-vision-tracker-client](cmd/ssl-vision-tracker-client/README.md)