민서네집

[eclipse plugin] OMA DM Simulator 본문

Java

[eclipse plugin] OMA DM Simulator

브라이언7 2013. 3. 30. 18:30

WHAT IS KONEKI?

Wiki - Forum - Bug Tracker -Source Code - Mailing List


http://stackoverflow.com/questions/11202542/how-to-connect-and-pull-data-out-of-funambol-dm-server-using-j2se-client-i


Actually, there is an OMA-DM client underneath the Koneki simulator that you might want to reuse!

You can grab the source code from the GitHub mirrors of the OMA-DM simulator: here and here

  • org.eclipse.koneki.simulators.omadm is used to run a new OMA-DM session. Look for therun() method in the classorg.eclipse.koneki.simulators.omadm.basic.DMBasicSimulation
  • org.eclipse.koneki.protocols.omadm defines the object model used during a simulation.
  • org.eclipse.koneki.protocols.omadm.client (the most interesting for you) manages all the messages that are exchanged between a client (e.g. the simulator) and a server. Look for theorg.eclipse.koneki.protocols.omadm.client.basic.DMBasicSession class.

You should stop by the Koneki forum if you have any further questions (and I am sure you will!)


Eclipse Community Forums (Koneki)


Eclipse Projects (Koneki)


Koneki OMA DM Simulator Project Wiki


Comments