Jump to content

Stripped down WiFi test source


Sintax

Recommended Posts

Thanks a bunch Sintax. This is really gonna help me out with the little app I'm writing. I just got a chance to skim through the code, but it looks very clean and well commented. I'm sure a lot of other people will appriciate a bare-bones example to learn from. Good job man.

 

// cybereality

Link to comment
Share on other sites

3 minor typos, "stdlib.h" should be lowercase, and you should only use forward slashes in #includes

 

wifistripped/arm9/source/arm9.c:12:20: error: Stdlib.h: No such file or directory
wifistripped/arm9/source/arm9.c:18:24: error: sys\socket.h: No such file or directory
wifistripped/arm9/source/arm9.c:19:24: error: netinet\in.h: No such file or directory

 

thanks though, this will save me some work, i was planning on doing the same thing.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...