about summary refs log tree commit diff stats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Wii can now send a POST request to a websiteKelly Rauchenberger2017-09-161-1/+16
| | | | | | | | | | | | | | | | | | The extractor now uses libfat to read a config file off the root of the SD card, a model for which is included in the repository. The extractor is capable of negotiating an HTTPS connection, but it requires a download of the target site's root CA certificate to be on the SD card and pointed at by the config file. TLS/SSL functionality is provided by wolfSSL. I had to make a couple of minor changes to wolfSSL for it to work properly, and those changes are located in the devkitpro branch of my fork, hatkirby/wolfssl. The Wii program now arranges some of the information that the GBA sends it into a JSON object, which is then sent off (along with some authentication information from the config file) to the endpoint defined in the config file. The code used to maintain the network connection is from the WiiTweet project, which was licensed under the GPL. Some of the code used to send the HTTP request also comes from said project.
* Actually wrote a descriptive READMEKelly Rauchenberger2017-08-191-8/+12
|
* Fix readmeslipstream/RoL2017-02-261-4/+4
|
* Merge remote-tracking branch 'origin/master'slipstream/RoL2017-02-261-1/+1
|\ | | | | | | | | # Conflicts: # README.md
| * update readmeslipstream/RoL2017-02-221-2/+2
| |
* | Major changesslipstream/RoL2017-02-261-1/+1
|/ | | | | | | | - Added saveblock structures. - Changed example payload, now it warps to Hall of Fame. - Added helper library for Pokémon manipulation, checksum calculation, etc. - Removed libSave, it's not needed.
* Initial commit of the forkslipstream/RoL2017-02-191-6/+10
| | | | Forking gba-link-cable-dumper to gba-gen3multiboot
* Update README.mdFIX942016-04-111-4/+6
|
* Update README.mdFIX942016-04-091-3/+3
|
* first commit, enjoyFIX942016-04-081-1/+5
|
* Initial commitFIX942016-04-081-0/+2