Difference between revisions of "ThmONAG"

From OpenScience
Jump to: navigation, search
(Datasets)
(Software)
Line 16: Line 16:
 
''thmONAG'' 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.
 
''thmONAG'' 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
 
|-
 
|-

Revision as of 22:23, 4 January 2011

Description

thmONAG 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

Datasets

Software

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

Version Date Description
[1] January 2011 Current version including all source.