Open pquerner opened 5 years ago
My understanding now is, that a "wrapper" is missing for now. (Like libdebugnet is a wrapper for the sceSocket stuff)
Maybe https://github.com/vitasdk/samples/blob/master/net_http/src/main.c helps porting this, as it looks quite similar. I will try this evening.
you will need add stubs for libraries that are not there right now, check https://github.com/idc/ps4libdoc forn name functions of each stub that you need to use
on ps4sdk check core directory there are the different stubs to generate libraries
Is it possible to add light example code for http networking? I've read through the sdk chm and tried to get demo code running, however it fails at compiling.
libhttp.h file used https://raw.githubusercontent.com/lammertb/libhttp/master/include/libhttp.h (dont know if this is correct)