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 Initial Version and Version 1 of Proto/cModules/c0HostProtocolStack/d0Running


Ignore:
Timestamp:
Nov 29, 2014, 1:18:10 AM (9 years ago)
Author:
seskar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/c0HostProtocolStack/d0Running

    v1 v1  
     1= Running Host Protocol Stack =
     2
     3== Linux ==
     4Once the configuration settings have been prepared as detailed here, use the following to bring up the stack:
     5{{{
     6$ sudo mfstack /path/to/settings_file/settings.conf
     7}}}
     8More details of accepted parameters can be obtained by running:
     9{{{
     10# mfstack -h
     11}}}
     12== Android ==
     13The configuration file has to be provided exactly as the specified in the Linux section.
     14=== From the Shell ===
     15Open a shell on the device (e.g., use adb shell) and use execution instructions shown in the Linux section above.
     16=== Using a Launcher App ===
     17To simplify the execution of the stack an Android application has been developed. If using the application, the configuration file has to be named settings
     18Install the [http://www.winlab.rutgers.edu/~bronzino/downloads/launcher.apk MF Launcher App] on the Android device. Alternatively, compile and install the Launcher app from sources contained in the !MobilityFirst repository under tools/android-launcher.
     19Use the start/stop buttons on the launcher app screen to control the running of the stack, providing the log level value when prompted (the GUID value is not required anymore as is provided through the configurations file).