![]() |
HELP: Accessing data trough C++ API (Maemo)
Hi.
I would like to ask for some serious help from senior programmers :) I've been digging info about connectivity API for Maemo, but I can't find solid examples and how stuff works. Yes, I'm quite new in C++, but I would like to write something like sync and backup program (it's my student work). What I need to know: - what API can I use for connection to N900 (USB - like Nokia suite, WiFi, BT) ? - are there more choices (C, C++ API or even Qt, different libs?) - what will be best ways for accessing various data in N900? Data: SMS, mails, contacts, files ? I'm begging for some detailed info (code examples, ways of data exchange, etc.) :) Thanks |
Re: HELP: Accessing data trough C++ API (Maemo)
Quote:
Qt provides a tcp server convenience class and a tcp socket class to ease development. There is a UDP class as well as a generic socket class. Some examples of using these classes: Fortune Server Example, Fortune Client Example, Threaded Fortune Server Example, Blocking Fortune Client Example, Loopback Example, Torrent Example. Shameless plug: You can also consider using mosquitto. It works on many platforms and I've recompiled and packaged it for Maemo. My sig has the relevant links. Quote:
Quote:
Examples: Sample Phonebook, Contacts API Usage The reason I'm pushing Qt so much is that it is really quite easy to start with, and there are even python bindings for it. It is cross platform so if designed correctly, you can have one code base for both ends of your data connection. Quote:
|
All times are GMT. The time now is 16:30. |
vBulletin® Version 3.8.8