Changes between Version 6 and Version 7 of Tutorials/oMF/tut3


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oMF/tut3

    v6 v7  
    296296}}}
    297297
    298 While a very simple application a few concepts can be taken away from code just presented:
    299  * Communication profiling:
    300  * Named operations:
    301 
    302298The receiver code is now presented:
    303299
     
    371367}}}
    372368
    373 
     369While a very simple application a few concepts can be taken away from code just presented:
     370 * Communication profiling:
     371 * Named operations:
    374372
    375373== Execute ==
     
    427425==== What's next ====
    428426
    429 In this tutorial we
     427In this tutorial we only scratched the surface of what is possible to implement using the new Socket Network API. A few examples on what can be done:
     428
     429 * Using multipoint delivery (e.g. multicast, anycast) through use of socket options on a per-operation base.
     430 * Content based communication profiles and operations (e.g. get).
     431 * 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.
    430433
    431434== Finish ==