No commit activity in last 3 years
No release in over 3 years
Themis::Finals::Checker::Result constants
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 0.5.0
 Project Readme

volgactf-final-checker-result

Latest Version License

A Ruby gem that specifies service status constants for VolgaCTF Final, an automatic checking system (ACS) for A/D CTF contests.

Installation

gem install volgactf-final-checker-result

or just add gem 'volgactf-final-checker-result' to your Gemfile and run bundle.

Status constants

Status Description
VolgaCTF::Final::Checker::Result::UP Service is up and operating as expected.
VolgaCTF::Final::Checker::Result::CORRUPT Service returns unexpected flag but doesn't violate the protocol. Makes sense only for PULL operation.
VolgaCTF::Final::Checker::Result::MUMBLE Service is violating the protocol.
VolgaCTF::Final::Checker::Result::DOWN Can't establish connection to service.
VolgaCTF::Final::Checker::Result::INTERNAL_ERROR Unexpected situation while running service checker.

Note

VolgaCTF::Final::Checker::Result is a simple ruby-enum class.

License

MIT @ VolgaCTF