Changes between Version 8 and Version 9 of Tutorials/oMF/tut3
- Timestamp:
- Oct 21, 2014, 2:14:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oMF/tut3
v8 v9 8 8 === Objective: === 9 9 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.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. 11 11 12 12 === Pre-requisites === … … 411 411 }}} 412 412 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: 413 To run the sender component, start on the client with GUID 101 the command: 416 414 417 415 {{{ … … 421 419 }}} 422 420 423 Where "-c" specifies the client is running and "-n" specifies the number of pings between the two nodes.421 This will trigger the transmission of a file of 10MB size directed to host 102. 424 422 425 423 ==== What's next ==== … … 430 428 * Content based communication profiles and operations (e.g. get). 431 429 * 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 432 The Network API is available both for Java and C/C++ applications. 433 433 434 434 == Finish ==