Opimd

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
OPIMD is a PIM suite for FSO.
+
opimd is a PIM suite for FSO.
  
 
To get some help, check this mail: http://lists.openmoko.org/pipermail/community/2009-May/048064.html
 
To get some help, check this mail: http://lists.openmoko.org/pipermail/community/2009-May/048064.html
  
==API Referenz==
+
At the moment main developer of opimd is dos1. You can find him at IRC on #openmoko-cdevel freenode channel.
 +
 
 +
==Reference client implementation==
 +
[http://openmoko.opendevice.org/svn/opimd/pim.py]
 +
pim.py is general script which can be used for testing, and to understand how it's done (code) :) ATM it supports querying, adding, editing and deleting contacts, and querying messages. I hope --help say everything about usage :)
 +
==Test scripts==
 +
opimd-resolve.py is simple script which can resolve given in arguments phone numbers to names from contacts.
 +
 
 +
pimm-gui.py is ATM some kind of playground for me. It displays messages in elementary Bubbles.
 +
==Troubleshooting==
 +
At the moment SIM backends has to be inited manually. You can do it by InitAllSources method ("./pim.py c init" or "./pimm-gui.py init")
 +
==API listing==
 
[http://git.freesmartphone.org/?p=framework.git;a=blob_plain;f=framework/subsystems/opimd/docs/api_overview.txt;hb=master]
 
[http://git.freesmartphone.org/?p=framework.git;a=blob_plain;f=framework/subsystems/opimd/docs/api_overview.txt;hb=master]
 
==Contact Fields==
 
==Contact Fields==
[http://git.freesmartphone.org/?p=framework.git;a=blob_plain;f=framework/subsystems/opimd/docs/contact_fields.txt;hb=master]
+
[http://git.freesmartphone.org/?p=framework.git;a=blob_plain;f=framework/subsystems/opimd/docs/contact_fields.txt;hb=master] (obsoleted, needs to be done again)
 
==Message Fields==
 
==Message Fields==
[http://git.freesmartphone.org/?p=framework.git;a=blob_plain;f=framework/subsystems/opimd/docs/message_fields.txt;hb=master]
+
[http://git.freesmartphone.org/?p=framework.git;a=blob_plain;f=framework/subsystems/opimd/docs/message_fields.txt;hb=master] (obsoleted, needs to be done again)
  
 
[[Category:FSO]]
 
[[Category:FSO]]
 
[[Category:Application Developer]]
 
[[Category:Application Developer]]

Revision as of 14:27, 18 May 2009

opimd is a PIM suite for FSO.

To get some help, check this mail: http://lists.openmoko.org/pipermail/community/2009-May/048064.html

At the moment main developer of opimd is dos1. You can find him at IRC on #openmoko-cdevel freenode channel.

Contents

Reference client implementation

[1] pim.py is general script which can be used for testing, and to understand how it's done (code) :) ATM it supports querying, adding, editing and deleting contacts, and querying messages. I hope --help say everything about usage :)

Test scripts

opimd-resolve.py is simple script which can resolve given in arguments phone numbers to names from contacts.

pimm-gui.py is ATM some kind of playground for me. It displays messages in elementary Bubbles.

Troubleshooting

At the moment SIM backends has to be inited manually. You can do it by InitAllSources method ("./pim.py c init" or "./pimm-gui.py init")

API listing

[2]

Contact Fields

[3] (obsoleted, needs to be done again)

Message Fields

[4] (obsoleted, needs to be done again)

Personal tools

OPIMD is a PIM suite for FSO.

To get some help, check this mail: http://lists.openmoko.org/pipermail/community/2009-May/048064.html

API Referenz

[1]

Contact Fields

[2]

Message Fields

[3]