Homebrew Is it possible to make https requests using the dswifi library?

  • Thread starter Thread starter Aridez
  • Start date Start date
  • Views Views 1,757
  • Replies Replies 1
  • Likes Likes 1

Aridez

New Member
Newbie
Joined
Oct 16, 2018
Messages
4
Reaction score
1
Trophies
0
Age
33
XP
98
Country
Spain
Some time ago I saw an application called "fb4nds" that was a very simple facebook client for nds that should have been using secure connections; I believe it should be possible. I didn't find any information in the examples the same way I saw that it was possible for the 3ds, I'm looking for something like the ssl.c library available for the 3ds. I saw this post (sorry for the space in the link, I can't post links yet):

devkitpro. org/viewtopic.php?f=25&t=8569&p=15645&hilit=ssl#p15645

But I wasn't successful, any recommendations or any help would be appreciated!
 
  • Like
Reactions: JSMastah
DSOrganize does it:

It uses https://github.com/cyassl/cyassl being the SSL layer required for embedded devices using any TCP stack.

Check https://bitbucket.org/Coto88/dsorga...bfb0f04b904e9e4ed/arm9/source/wifi.c#lines-99

And that library requires to be inited like this:

https://bitbucket.org/Coto88/dsorga...fb0f04b904e9e4ed/arm9/source/wifi.c#lines-366

But the DSOrganize environment here is for ToolchainGenericDS.

Hopefully that clears some things up.

Also, since the 3DS has 32 times the RAM available in the NDS hardware, you might just as well use wolfSSL.
 
Last edited by Coto,
  • Like
Reactions: Aridez

Site & Scene News

Popular threads in this forum