Read more
Explore the potential of mobile P2P networks
Mobile Peer to Peer (P2P): A Tutorial Guide discusses the potential of wireless communication among mobile devices forming mobile peer to peer networks. This book provides the basic programming skills required to set up wireless communication links between mobile devices, offering a guide to the development process of mobile peer to peer networks.
Divided into three sections, Part I briefly introduces the basics of wireless technologies, mobile architectures, and communication protocols. Detailed descriptions of Bluetooth, IEEE802.11, and cellular communication link are given and applied to potential communication architectures. Part II focuses on programming for individual wireless technologies, and gives an understanding of the programming environment for individual wireless technologies. In addition, Part III provides advanced examples for mobile peer to peer networks.
* Introduces the basics of short-range/wireless technologies (such as Bluetooth and IEEE 802.11 Wireless LAN), mobile architectures, and communication protocols
* Explains the basic programming environment and the basic wireless communication technologies such as Bluetooth, WiFi (IEEE802.11), and cellular communication examples
* Discusses the advancements in meshed networks, mobile social networks and cooperative networks
* Provides detailed examples of mobile peer to peer communication including, social mobile networking, cooperative wireless networking, network coding, and mobile gaming
* Includes an accompanying website containing programming examples as source code
Mobile Peer to Peer (P2P): A Tutorial Guideis an invaluable reference for advanced students on wireless/mobile communications courses, and researchers in various areas of mobile communications (mashups, social mobile networks, network coding, etc.) Undergraduate students and practitioners wishing to learn how to build mobile peer to peer networks will also find this book of interest.
List of contents
Foreword.
Preface.
About the book.
Acknowledgements.
List of Contributors.
Part One Introduction and Motivation.
1 Mobile Peer-to-Peer Networks: An Introduction to the Tutorial Guide (Frank H. P. Fitzek and Hassan Charaf).
1.1 Introduction and Motivation.
1.2 Wireless Technologies.
1.2.1 Short-range Technologies.
1.2.2 Future Wireless Trends.
1.3 Mobile Architectures.
1.3.1 Cellular Networks.
1.3.2 Short-range Point-to-Point Networks.
1.3.3 Meshed Networks.
1.3.4 Cooperative Networks.
1.4 Mobile Scenarios and Business Cases.
1.4.1 Social Mobile Networks.
1.4.2 Cooperative Wireless Networks.
References.
2 The Evolution of Social Interactions in Networked Space (Lara Srivastava and Frank H. P. Fitzek).
2.1 Connectivity Takes on a New Dimension.
2.2 The Principle of Sharing.
2.3 Transspatial and Transtemporal Perspective.
2.4 Socialization in the Mobile Digital Age.
2.5 Future Perspectives.
References.
Part Two Basic Functionalities for Mobile P2P.
3 The Symbian C++ Programming Environment (Morten V. Pedersen and Frank H. P. Fitzek).
3.1 Introduction.
3.2 Tools Overview.
3.3 Installing the IDE.
3.4 Installing the SDK and Prerequisites.
3.5 Using the Carbide IDE.
3.6 Installing Applications on the Device.
3.7 Quick Resource Overview.
References.
4 Introduction to Bluetooth Communication on Mobile Devices(Morten V. Pedersen and Frank H. P. Fitzeki).
4.1 Introduction.
4.2 Turning Bluetooth On/Off.
4.3 Discovering Bluetooth Devices.
4.3.1 Using the Bluetooth UI.
4.3.2 Performing Background Device Search.
4.4 The Service Discovery Protocol.
4.4.1 Advertising a Service.
4.4.2 The Structure of a Service Record.
4.4.3 Searching for Services.
4.5 Connecting and Transferring Data.
4.5.1 Building a Server.
4.5.2 Building a Client.
4.5.3 Transferring Data.
4.6 Summary.
References.
5 Introduction to WLAN IEEE802.11 Communication on Mobile Devices (Károly Farkas and Gergely Csúcs).
5.1 IEEE802.11 Architecture Components.
5.2 IEEE802.11 Layers.
5.2.1 The Physical Layer.
5.2.2 The MAC Layer.
5.3 Joining the WLAN.
5.4 Handover.
5.5 Synchronization.
5.6 Security.
5.7 Multihop Networks.
5.7.1 Mobile Ad Hoc Networks.
5.7.2 Infrastructure Mesh Networks.
5.8 Building Blocks for S60 Ad Hoc WLAN Networking.
5.8.1 Enumerating Nearby WLAN Networks.
5.8.2 Enumerating WLAN Access Points Configured in the Device.
5.8.3 Connecting to the Network.
5.8.4 Manual IAP Selection.
5.8.5 Selecting the IAP Programmatically.
5.8.6 Communication.
5.8.7 Advanced Tasks.
5.9 Ad Hoc Monitor Example.
References.
6 Developing Network-capable Applications (Péter Ekler, Bertalan Forstner and Gábor Zavarkó).
6.1 Introduction.
6.2 Retrieving Phone Network Data on Symbian OS.
6.3 Mobile Clients in the Context of the Client-Server Architecture.
6.3.1 Main Features of the Example Webshop Client.
6.3.2 Connecting a Mobile Client to a Webshop.
6.3.3 Implementing a Webshop to Serve Mobile Clients.
6.4 Summary.
References.
&n