rmi64


rmi64 is a simple mobile agent system consisting of just 3 java classes. The whole purpose of this system was to show how simple it is to write a mobile agent system using Java. The rmi64 mobile agent system does not provide any kind of security, however.

Where does the name come from? Simple, it uses rmi as transport mechanism and that the time of writing rmi64, there were 63 other mobile agent systems registered in the Mobile Agent List.

Slides

Postscript version of the slides explaining the rmi64 mobile agent system (Version 1.0.0, not yet available)

The german version of the slides can be found as part of the slides for a talk, I have given at another group at our university (Mobile Agenten: Prinzipien und Design).

Source Code

Source Code for the rmi64 mobile agent system (Version 1.0.0)

Thomas Gschwind