Hi,
Does anybody have a SIMPLE program that send and receives a http request so it could be added to the SDK samples. Yes, we already have the Weather program but it is confusing and not simple ^_~
It would help many of us to get the basic on how to activate the connexion,send the request and receive it.
Ciao
Web request sample
Hmmmm,
So what about a NOT SIMPLE one that shows the different steps needed at the moment to do it. So we might be able to help the SDK developers by getting more people knowing how it works and develop on it.
I didnt expect to have a very nice way to do it when posting this topic, just a simple program that does it in order to understand and start building on it.
Ciao
So what about a NOT SIMPLE one that shows the different steps needed at the moment to do it. So we might be able to help the SDK developers by getting more people knowing how it works and develop on it.
I didnt expect to have a very nice way to do it when posting this topic, just a simple program that does it in order to understand and start building on it.
Ciao
> Does anybody have a SIMPLE program that send and receives a http request so it could be added to the SDK samples.
Not yet AFAIK.
There is an extremely easy to use helper library built into the system (sceHttp)
http://pspdev.ofcode.com/api.php?type=2&id=186
It is built on the network "Infrastructure mode". It does most of the work handling the HTTP requests (text formatting and other special cases). If you are porting a big HTTP net client (like a web browser) it would be more hassle than it is worth.
For simple website data gathering (like the weather app), it will save you a lot of code (and avoid reinventing something the PSP already does)
Not yet AFAIK.
There is an extremely easy to use helper library built into the system (sceHttp)
http://pspdev.ofcode.com/api.php?type=2&id=186
It is built on the network "Infrastructure mode". It does most of the work handling the HTTP requests (text formatting and other special cases). If you are porting a big HTTP net client (like a web browser) it would be more hassle than it is worth.
For simple website data gathering (like the weather app), it will save you a lot of code (and avoid reinventing something the PSP already does)