close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of Proto/cModules/d0NetworkServiceAPI/c0Applications


Ignore:
Timestamp:
Dec 2, 2014, 3:03:04 AM (9 years ago)
Author:
wontoniii
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/d0NetworkServiceAPI/c0Applications

    v1 v2  
    1 == 2. Application Development ==
     1= 1.Linux =
    22
    3 === 2.1. Android Requirements ===
     3A few example applications and utilities are available both pre-compiled and in the source repository.
     4
     5== Pre-Compiled Applications via Debian Packages ==
     6
     7[[CollapsibleStart(Make sure you have appropriate package repository configured.)]][[Include(Documentation/Other/RepositoryConfig)]][[Include(Documentation/Other/RepositoryConfigOml)]][[CollapsibleEnd]]
     8
     9The MF host protocol stack is installed with:
     10{{{
     11sudo apt-get install mfapps
     12}}}
     13
     14The package contains the following applications:
     15
     16* mfping: an application that behaves like ICMP's ping.
     17* file mfsender/mfreceiver: a basic file sender and receiver.
     18* iperf: a Mobilityfirst port of the original [https://iperf.fr/ iperf] application.
     19
     20== 1.2. Download Application Sources ==
     21
     22Git: The development versions of the prototype components can be checked out from the [https://mobilityfirst.orbit-lab.org/browser/mf MobilityFirst git repository host on orbit-lab]:
     23
     24{{{
     25git clone ssh://username@external1.orbit-lab.org/common/git/mf
     26}}}
     27
     28'''Note: cloning the git repository requires setting your ssh agent to use your orbit-lab key pair.''
     29
     30= 2. Android Development =
     31
     32== 2.1. Android Requirements ==
    433
    534All the following sections assume that the ''jmfapi.jar'' file (JFMAPI library) has been already created following the instructions found in the [https://bitbucket.org/nkiran/mobilityfirst/wiki/Network_Service_API_Library_Installation Library Installation] section.
     
    736Only the aspects concerning the usage of the MobilityFirst libraries will be covered in this documentation page. Additional information regarding setting up and Android Development environment can be found at the [http://developer.android.com/sdk/index.html Android Developer Page].
    837
    9 === 2.2. Android Studio Setup ===
     38== 2.2. Android Studio Setup ==
    1039
    1140Create a new Android Project following the wizard.