Difference between revisions of "ThmONAG"

From OpenScience
Jump to: navigation, search
(Contributers)
(Description)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=== Description ===
 
=== Description ===
  
''thmONAG'' computes the ETX values with Google App Engine.
+
''ONAG'' computes the ETX path values with Google App Engine. It uses Dijkstra to compute shortest paths. Several Servlets are included to demonstrate the functionality.
  
=== Contributers ===
+
=== Contributors ===
  
 
* [[User:Thm|Thomas Mundt]]
 
* [[User:Thm|Thomas Mundt]]
Line 9: Line 9:
 
=== Datasets ===
 
=== Datasets ===
  
 
+
* [[OLQ one week]]
 +
* [[OLQ one hour]] (includes bulkloader.yaml for uploading into Google Datastore)
  
 
=== Software ===
 
=== Software ===
  
''thmONAG'' is implemented in Java. It runs on Google App Engine. It uses the Google App Engine Datastore to store link quality.
+
''ONAG'' is implemented in Java. It runs on Google App Engine. It uses the [http://code.google.com/intl/en/appengine/docs/java/datastore/|Google App Engine Datastore] to store link quality.
  
{| border=1 cellpadding=5
+
{| {{Prettytable}}
 
! Version !! Date !! Description
 
! Version !! Date !! Description
 
|-
 
|-
| [http://ox.informatik.uni-rostock.de/thm/olqm/thmonag_source.zip]
+
| https://opsci.informatik.uni-rostock.de/repos/software/onag/onag.zip
 
| January 2011
 
| January 2011
 
| Current version including all source.
 
| Current version including all source.
 
|-
 
|-
 
|}
 
|}

Latest revision as of 09:53, 10 December 2015

Description

ONAG computes the ETX path values with Google App Engine. It uses Dijkstra to compute shortest paths. Several Servlets are included to demonstrate the functionality.

Contributors

Datasets

Software

ONAG is implemented in Java. It runs on Google App Engine. It uses the App Engine Datastore to store link quality.

Version Date Description
https://opsci.informatik.uni-rostock.de/repos/software/onag/onag.zip January 2011 Current version including all source.