https://github.com/korigamik/psp-net-libcurl
This is a simple example of how to use the cURL library to download a file from the internet on the PSP
https://github.com/korigamik/psp-net-libcurl
curl psp
Last synced: 7 days ago
JSON representation
This is a simple example of how to use the cURL library to download a file from the internet on the PSP
- Host: GitHub
- URL: https://github.com/korigamik/psp-net-libcurl
- Owner: KorigamiK
- Created: 2023-01-01T15:57:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T04:56:54.000Z (about 2 years ago)
- Last Synced: 2025-03-29T03:41:24.284Z (25 days ago)
- Topics: curl, psp
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSP Net cURL Example
This is a simple example of how to use the cURL library to download a file from the internet.
This is ported from the [net_libcurl example](https://github.com/vitasdk/samples/tree/master/net_libcurl) in VitaSDK to the PSP.