JADE OsMoSes Wiki
OSGi based Mobility Services for the JADE mobile agent framework
Status: Pre-Alpha
Brought to you by:
msanmartin
This page gives a non-detailed easy to follow recipe to get JADE with OsMoSes up and running.
For more information about using OsMoSes you can read the how to use page.
java -cp "jars/*" jade.Boot -services ar.uba.fi.mism.jade.transport.connection.imtp.ImtpConnectionTransportService\;ar.uba.fi.mism.jade.core.mobility.OsgiAgentMobilityService
That's it!! you just launched JADE using OsMoSes instead of its classical mobility service.
java -cp "jars/*" jade.Boot -services ar.uba.fi.mism.jade.transport.connection.imtp.ImtpConnectionTransportService\;ar.uba.fi.mism.jade.core.mobility.OsgiAgentMobilityService "myAgent:ar.uba.fi.osmoses.metrics.lightweight.agent.LightAgent[bundle_sn=ar.uba.fi.osmoses.metrics.lightweight.agent,bundle_v=1.0.0]"
That's it!! you just launched an agent called "myAgent" defined by the class ar.uba.fi.osmoses.metrics.lightweight.agent.LightAgent contained in bundle whose symbolic name is ar.uba.fi.osmoses.metrics.lightweight.agent and version 1.0.0.