This is the simple example from Chapter 9 of using RPC (version 01).
Category archives: Code
Code for Chapter 8
This the first version (01) of the code for Chapter 8. The code uses RakNet. To compile it, you will need RakNet 3.72; the code is known not to work with beta versions of RakNet 4.0 (i.e. the current version at the time of writing). We will update the code when 4.0 is released. RakNet is cross platform, …
Code for Chapter 7
This is the code for Chapter 7. It comprises two parts: HawkNL code (Version 01) for sending DIS packets, and an X3D example scene (Version 01) that shows the results. HawkNL HawkNL is a cross-platform abstraction for networking functionality. We used version 1.68 in our example. The code project is build for Visual Studio 2005, though HawkNL supports earlier …
Code for Chapter 4
This is the first version (01) of the code for chapter 4. It contains all the examples from Chapter 4, including all the peer-to-peer and client-server variants and the multicast example. The code is laid out in the same way as the code in Chapter 2, so please examine that code first of all. The code …
Code for Chapter 2
Here is the first version (01) of the code for chapter 2. It should work with all recent J2SE runtimes and SDKs. The code project was set up with Netbeans, though you don’t need this in order to rebuild the code. There is a detailed HowTo document in the ZIP file.