== !NetMobilityTracker == === Installation === * Install [http://developer.android.com/sdk/index.html Android SDK] (incl. ADT Plugin for Eclipse if developing using Eclipse - recommended) * Obtain !NetMobilityTracker project code from !MobilityFirst SVN: https://svn.orbit-lab.org/mobilityfirst/trunk/code/tools/NetMobilityTracker {{{ > svn co https://svn.orbit-lab.org/mobilityfirst/trunk/code/tools/NetMobilityTracker }}} * Create new project in Eclipse (choose project with existing sources option) and point to the sources checked out from SVN ==== Notes about SVN use: ==== * You can obtain access to SVN by first [http://orbit-lab.org/wiki/HowToGetStarted creating an ORBIT account], and then requesting access to SVN by sending email to Ivan or Kiran with ORBIT account ID * '''DO NOT update SVN at above directory''' if you haven't cleared it with project leads. * [http://svnbook.red-bean.com/en/1.7/svn.branchmerge.using.html Create an SVN branch] of the directory under https://svn.orbit-lab.org/mobilityfirst/branch and commit any updates there. * Updates to branch can be easily merged with trunk once the changes have been approved.