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]]. It can be used as a backend to PIM tools with GUI to have unlimited storage space for contact details, SMS's, calendar items and so on. It will also allow all apps using opimd to have access to the same information.
  
To get some help, check this mail: http://lists.openmoko.org/pipermail/community/2009-May/048064.html
+
The main developer of opimd is dos1. You can find him at IRC on #openmoko-cdevel freenode channel.
  
At the moment main developer of opimd is dos1. You can find him at IRC on #openmoko-cdevel freenode channel.
+
If you're interested in opimd and need assistance, check http://lists.openmoko.org/pipermail/community/2009-May/048064.html
  
 
==Reference client implementation==
 
==Reference client implementation==
 
pim.py [http://openmoko.opendevice.org/svn/opimd/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 :)
 
pim.py [http://openmoko.opendevice.org/svn/opimd/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==
 
==Test scripts==
opimd-resolve.py [http://openmoko.opendevice.org/svn/opimd/opimd-resolve.py] is simple script which can resolve given in arguments phone numbers to names from contacts.
+
* opimd-resolve.py [http://openmoko.opendevice.org/svn/opimd/opimd-resolve.py] is simple script which can resolve given in arguments phone numbers to names from contacts.
 
+
* pimm-gui.py [http://openmoko.opendevice.org/svn/opimd/pimm-gui.py] is ATM some kind of playground. It displays messages in elementary Bubbles. It is going to be opimd feeded chat-style messages app.
pimm-gui.py [http://openmoko.opendevice.org/svn/opimd/pimm-gui.py] is ATM some kind of playground. It displays messages in elementary Bubbles. It is going to be opimd feeded chat-style messages app.
+
 
==Troubleshooting==
 
==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")
 
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==
+
== Developement ==
[http://git.freesmartphone.org/?p=framework.git;a=blob_plain;f=framework/subsystems/opimd/docs/api_overview.txt;hb=master]
+
* API: [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] (obsoleted, needs to be done again)
[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: [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)
==Message Fields==
+
[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 16:01, 18 May 2009

opimd is a PIM suite for FSO. It can be used as a backend to PIM tools with GUI to have unlimited storage space for contact details, SMS's, calendar items and so on. It will also allow all apps using opimd to have access to the same information.

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

If you're interested in opimd and need assistance, check http://lists.openmoko.org/pipermail/community/2009-May/048064.html

Contents

Reference client implementation

pim.py [1] 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 [2] is simple script which can resolve given in arguments phone numbers to names from contacts.
  • pimm-gui.py [3] is ATM some kind of playground. It displays messages in elementary Bubbles. It is going to be opimd feeded chat-style messages app.

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")

Developement

  • API: [4]
  • Contact fields: [5] (obsoleted, needs to be done again)
  • Message fields: [6] (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

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

Reference client implementation

pim.py [1] 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 [2] is simple script which can resolve given in arguments phone numbers to names from contacts.

pimm-gui.py [3] is ATM some kind of playground. It displays messages in elementary Bubbles. It is going to be opimd feeded chat-style messages app.

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

[4]

Contact Fields

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

Message Fields

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