This product is a simple graphical client for RoboCupSoccer Small Size Robot League.
It enables you to capture and view SSL-Vision and RefereeBox packets.
This product uses node.js and a web browser as a viewer.
First, you need install node.js, npm and bower.
Second, this repository clones and installs enviroment.
% git clone https://github.com/BLThunder1991/ssl_gclient_node.git
% cd ssl_gclient_node
% npm install
% bower install
First, boot up servers.
% cd ssl_gclient_node
% ./bin/www
Second, access the servers from a web browser. If you access it via the same machine which booted the servers, access http://localhost:3000/ .