Changes between Version 6 and Version 7 of Tutorials/oMF/tut3
- Timestamp:
- Oct 21, 2014, 2:09:17 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oMF/tut3
v6 v7 296 296 }}} 297 297 298 While a very simple application a few concepts can be taken away from code just presented:299 * Communication profiling:300 * Named operations:301 302 298 The receiver code is now presented: 303 299 … … 371 367 }}} 372 368 373 369 While a very simple application a few concepts can be taken away from code just presented: 370 * Communication profiling: 371 * Named operations: 374 372 375 373 == Execute == … … 427 425 ==== What's next ==== 428 426 429 In this tutorial we 427 In 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. 430 433 431 434 == Finish ==