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 2 and Version 3 of Proto/cModules/d0NetworkServiceAPI/b0Installation


Ignore:
Timestamp:
Dec 15, 2014, 3:56:25 PM (9 years ago)
Author:
wontoniii
Comment:

--

Legend:

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

    v2 v3  
    99sudo apt-get install mfclient
    1010}}}
     11
     12This will install the following components:
     13
     14 * '''mfstack binary''': user level implementation of the !MobilityFirst client network stack
     15 * '''mfstack configuration files''': sample configuration file for the network protocol stack.
     16 * '''libmfapi''': c/c++ api library for !MobilityFirst based applications
     17 * '''jmfapi''': java api library for !MobilityFirst based applications. The library is provided as a jar file called ''jmfapi-1.0-SNAPSHOT.jar'' which is installed under /usr/lib/mfjava/
     18 * '''libgnrs''': c/c++ gnrs library for DMap
     19 * '''jgnrs''': java gnrs library for DMap. The library is provided as a jar file called ''jgnrs-1.0-SNAPSHOT.jar'' which is installed under /usr/lib/mfjava/
    1120
    1221== Compiling From Source ==