Changes between Version 8 and Version 9 of Tutorials/oMF/tut3


Ignore:
Timestamp:
Oct 21, 2014, 2:14:23 PM (10 years ago)
Author:
wontoniii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oMF/tut3

    v8 v9  
    88=== Objective: ===
    99
    10 In this exercise we will learn to write, compile, and run a simple content distribution application using !MobilityFirst's new socket API. In particular we will focus on its Java release. We will then introduce a general view on !MobilityFirst's native support for point to multi-point delivery services such as anycast and multicast to enable more flexible delivery options.
     10In this exercise we will learn to write, compile, and run a simple content distribution application using !MobilityFirst's new socket API. In particular we will focus on its Java release.
    1111
    1212=== Pre-requisites ===
     
    411411}}}
    412412
    413 where "-s" specifies that the host is running as server, "-m" specifies the source guid and "-o" the destination one
    414 
    415 To run the mfping 'client' start on the client with GUID 101 the command:
     413To run the sender component, start on the client with GUID 101 the command:
    416414
    417415{{{
     
    421419}}}
    422420
    423 Where "-c" specifies the client is running and "-n" specifies the number of pings between the two nodes.
     421This will trigger the transmission of a file of 10MB size directed to host 102.
    424422
    425423==== What's next ====
     
    430428 * Content based communication profiles and operations (e.g. get).
    431429 * Use of a mobility manager with support for simple migration policies, e.g., “use WiFi whenever available”.
    432  * Interact with the Global Name Service for name to addresses management.
     430 * Management of network presence through Interaction with the Global Name Service.
     431
     432The Network API is available both for Java and C/C++ applications.
    433433
    434434== Finish ==