You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page lists all the tasks related to TULIP. The page is characterized in the following sections

Section 1 and 2 deals with the pre start of TULIP project. 

  1. Understanding of the existing code and model of TULIP developed by Faran
  2. Disintegration of  Code from GUI.
    1. A separate command line tool is needed so that it can run this from cronjob for larger set of data
    2. Structuring of code so that classes can be found according to functionalities they diliver.
      1. Current Structure of code is :
      2. `-- tulip
            |-- core
            |   |-- AutomateTest.java
            |   |-- GetPingDataPL-08-27-2008
            |   |-- GetPingDataPL.java
            |   |-- Locate.java
            |   `-- PhysicalDistance.java
            `-- util
                |-- AnalyzeLog.java
                |-- Conversions.java
                |-- JScience.java.bak
                |-- LatLngToXYZ.java
                |-- LatLontoXY.java
                |-- Normalize.java
                |-- PingParser.java
                |-- Point.java
                |-- SAXParserTulip.java
                |-- Sites.java
                |-- XYtoLatLon.java
                |-- sites.xml
                `-- test.java.bak
        
        
  • No labels