>
New Topic
>
Reply<
Esato Forum Index
>
General discussions >
Announcements
> wap guru needed / prize contest
Bookmark topic
Hi,
It seems that people like contests.
Here it goes.
I need some sourcecode, documentation, anything for this :
I connect with my cellphone to my WAP apn through GPRS.
I need a simple code to connect to a wapsite and retrieve the index.wml.
I want to make something similar to WinWap and I need a starting point.
I am working on my laptop, so C++ sourcecode would be fine.
The prize:
A cd with our latest game Digital Hazard (http://www.exosyphen.ro) - shipped to you.
Thank you.
--
Posted: 2003-09-29 08:27:30
Edit :
Quote
We need more information before we can comment on this.
It looks like you are after a WAP browser? Is that right?
Are you after code to run on a PC or on the phone?
I presume that you mean you want to retrieve the "index page" from a site - it is not always index.wml.
--
Posted: 2003-09-29 13:30:08
Edit :
Quote
Simply show me how to download a wml to my PC thorugh a WAP connection.
I am connecting from my laptop with a T300 to a wap GPRS line.
Thank you.
--
Posted: 2003-09-29 14:17:10
Edit :
Quote
OK - what language/IDE would you prefer.
If you are using MS VisualC - it is easy - just use one of the HTML components. Just because it is wml over WAP the protocol to download a page is the same.
If you have jabber - PM me for my name and I can chat with you
--
Posted: 2003-09-29 14:33:19
Edit :
Quote
Hi,
I want to use sockets in C/C++ to connect to a wap server and retrieve a wml file.
Simple as that .. I don;t need to display/render the page.
I just want to simply display the wml sourceode with a simple printf()
Thank you.
--
Posted: 2003-09-29 14:47:38
Edit :
Quote
Just enter the url into a non wml browser and it will download the page to your hd.
This message was posted from a T300
--
Posted: 2003-09-29 14:55:12
Edit :
Quote
I need sourcecode!
I need sourcecode to download a wml file in VIsual C++ using sockets!
I have wap browsers on my phone, laptop, etc ...
--
Posted: 2003-09-29 14:58:00
Edit :
Quote
*senses anger* time to back of :-D
This message was posted from a T300
--
Posted: 2003-09-29 15:00:09
Edit :
Quote
Rather that do it yourself - why not use an existing library.
I recommend LIBwww
http://www.w3.org/Library/
It can be tricky to get all the bits right by yourself
--
Posted: 2003-09-29 15:08:46
Edit :
Quote
Ok,
I open a socket on port 80 to google.com
I send a header : GET / HTTP 1.1
blah bla blah
and I get back the index source.
Now I want the same with WAP.
I got it done for html in a few lines .. but I don;t know how to do it for wml.
--
Posted: 2003-09-29 15:13:36
Edit :
Quote
New Topic
Reply