Changes between Version 1 and Version 2 of Tutorials/oMF/tut3
- Timestamp:
- Oct 19, 2014, 7:43:25 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oMF/tut3
v1 v2 1 1 == Exercise 3: Socket Programming using New MobilityFirst NetAPI == 2 3 [[TOC(Tutorials/oMF*, depth=2)]] 2 4 3 5 === Objective: === 4 6 5 In this exercise we will learn to write, compile, and run a simple content distribution application using MobilityFirst's new socket API. We will then modify the program to utilizeMobilityFirst's native support for point to multi-point delivery services such as anycast and multicast to enable more flexible delivery options.7 In this exercise we will learn to write, compile, and run a simple content distribution application using !MobilityFirst's new socket API. We will then modify the program to utilize !MobilityFirst's native support for point to multi-point delivery services such as anycast and multicast to enable more flexible delivery options. 6 8 7 9 === Develop Sender and Receiver Applications with MF Socket API === … … 130 132 }}} 131 133 132 ==== Test Sender/Receiver Applications ====134 ==== Test !Sender/Receiver Applications ==== 133 135 134 136 ==== Add Second Receiver End Point to Topology ====