Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Communications Challenge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
Communications Challenge
Commits
38f5f6b6
Commit
38f5f6b6
authored
11 months ago
by
Tobias Dussa
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup.
parent
5a390e36
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+3
-4
3 additions, 4 deletions
README.md
reaction-server/reaction.py
+9
-9
9 additions, 9 deletions
reaction-server/reaction.py
with
12 additions
and
13 deletions
README.md
+
3
−
4
View file @
38f5f6b6
...
...
@@ -6,15 +6,14 @@ https://wiki.geant.org/display/eduGAIN/Communication+Challenges
## Components
`reaction-
mast
er/reaction.py`
provides the web services to measure the reaction time.
`reaction-
serv
er/reaction.py`
provides the web services to measure the reaction time.
`reaction-mailcreate
-master
/createMails.py`
creates the emails with the links to check
`reaction-mailcreate/createMails.py`
creates the emails with the links to check
the reaction time.
## Licenses
`reaction-master/reaction.py`
is licensed with GNU GPL version 3 or later.
`reaction-mailcreate-master/createMails.py`
is licensed under the GNU Affero GPL.
This software
is licensed under the GNU Affero GPL.
## Authors and acknowledgment
...
...
This diff is collapsed.
Click to expand it.
reaction-server/reaction.py
+
9
−
9
View file @
38f5f6b6
...
...
@@ -2,20 +2,20 @@
# -*- coding: utf-8 -*-
# reaction
# Copyright (C) 2021
EGI-IRTF
#
# Copyright (C) 2021 EGI-IRTF
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
by
# the Free Software Foundation, either version 3 of the License, or
# it under the terms of the GNU
Affero
General Public License as published
#
by
the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
# GNU
Affero
General Public License for more details.
# You should have received a copy of the GNU
Affero
General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from
datetime
import
datetime
,
timedelta
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment