Search found 2 matches

by Aridez
Tue Oct 16, 2018 7:52 am
Forum: 3DS Development
Topic: Is there any way to disable sleep mode?
Replies: 0
Views: 9262

Is there any way to disable sleep mode?

I made a small program to make requests using sslc but it constantly crashes when putting the 3ds to sleep. Is there any way to disable completely the sleep mode? Is there a way turn off the screens? I used the void aptSetSleepAllowed(bool allowed) function I found here: https://github.com/smealum/c...
by Aridez
Mon May 30, 2016 2:33 am
Forum: DS/DSi Development
Topic: Https request
Replies: 1
Views: 10874

Https request

Hi everyone! I was wondering if it is possible to make https requests from a nintendo DS, as I understand there's no support for it and the encryption seems complex enough to have an external library that implements it. I was thinking, would it be possible to use something like openssl? Thanks in ad...