![]() |
2010-06-02
, 01:19
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#2
|
The Following User Says Thank You to nicola.mfb For This Useful Post: | ||
![]() |
2010-06-02
, 08:37
|
Posts: 5 |
Thanked: 0 times |
Joined on Jun 2010
|
#4
|
The N900 runs, in most senses, an ordinary Linux. Using socket, gethostbyname, connect and other standard calls work well.
![]() |
2010-06-02
, 09:30
|
Posts: 190 |
Thanked: 129 times |
Joined on Mar 2010
@ Bavaria, Germany
|
#5
|
Thanks for the replies, is it neccessary to use the libconic api at all then? And if someone knows where to add the conic include and/or lib folders i would very much appreciate it i will also look into the qt sdk stuff.
CONFIG += link_pkgconfig PKGCONFIG += conic
The Following 2 Users Say Thank You to gri For This Useful Post: | ||
![]() |
2010-06-02
, 09:52
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#6
|
![]() |
2010-06-02
, 19:17
|
Posts: 5 |
Thanked: 0 times |
Joined on Jun 2010
|
#7
|
status = getaddrinfo("www.google.com", NULL, &hints, &servinfo);
![]() |
2010-06-02
, 19:54
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#8
|
but the following call:
returns a Name or service unknown error code.Code:status = getaddrinfo("www.google.com", NULL, &hints, &servinfo);
The Following User Says Thank You to danielwilms For This Useful Post: | ||
![]() |
2010-06-03
, 22:35
|
Posts: 5 |
Thanked: 0 times |
Joined on Jun 2010
|
#9
|
This might be a Scratchbox issue. Please have a look at the FAQ, maybe that helps.
Daniel
I am new to this and i don't quite know how to access the internet on maemo. The first thing i found while researching the subject was the libconic api which can be used to acquire a connection to the internet.
When i include <conic/conic.h> into my project it wont compile saying it cant find Conicevent.h and several other header files referenced from conic.h i have verified that the files exist on disk so i must be missing an include folders or library folders entry somewhere but i cant figure out where to put it (perhaps somewhere in makefile.am but as i sad im a newb
Furthermore i would like to ask for some pointers on how it would be best to download a web page (would the standard unix system calls like socket, gethostbyname , connect etc. work? i understand there is also a library named curl which i could use).
Finally i'm interested in testing the application. When running example apps in the Xephyr window i've noticed there are also some internet applications in there (youtube, facebook ...) and they dont seem to be connected (are these only simulations of real apps?). The question is once i do get the code right will i be able to actually get data from the internet and display it in a UI inside Xephyr to see if my app is working (all inside the VM).
I apologize in advance if im asking the obvious and thank you for your patience if you're still reading
Last edited by Krumpir; 2010-06-02 at 00:30.