Code Monkey home page Code Monkey logo

streaming-clock-appengine's Introduction

streaming-clock

Streaming clock for finice ice climbing competitions Written with / for Google appengine

This was once used in finice2020. Rewite into node & react to be made in 2020.

The protocol

This project uses websockets to start / stop timer

Lead Climbing (will be used in finice2020)

In lead climbing there is only one climber on the route, so we should have separete controls for two different clocks

reset clock to x minutes
rcrx or rclx

start clock
scr or scl

pause clock
pcrxxx or pclxxx where xxxx is time in seconds

Speed (was used in finice2019)

reset clock to 0 and start it
srs

false start right / left
srf or slf

update bib-number right / left clock
sbrxxxxxx or sblxxxxxx where xxx is the bib number

stop right / left clock
ssrxxxxbyyy or sslxxxxbyyy where xxxx is time in milliseconds and yyy is the bib number

Requirements

Initialize the Google Cloud SDK using:

gcloud init

This application is ready to run.

Maven

Run Locally

mvn jetty:run

Deploy

mvn appengine:deploy

Test Only

mvn verify

Updating to latest Artifacts

An easy way to keep your projects up to date is to use the maven [Versions plugin][versions-plugin].

mvn versions:display-plugin-updates
mvn versions:display-dependency-updates
mvn versions:use-latest-versions

Our usual process is to test, update the versions, then test again before committing back.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.