Homebrew [Request] Texting Application

  • Thread starter Thread starter Alex Spady
  • Start date Start date
  • Views Views 4,966
  • Replies Replies 52

Alex Spady

Well-Known Member
Member
Joined
Aug 30, 2015
Messages
115
Reaction score
32
Trophies
0
Age
23
Location
On GBAtemp
XP
112
Country
United States
Would it be possible to create an application that connects a texting server. For example: The "Text Free" servers. If that part would be possible, could it go further and create a gui interface? This is all just an idea, and keep in mind that I really have no consensus of how these kind of things work. I'd love to help, although I am generally ignorant in coding and such. Any help and responses are greatly appreciated. Have a good one.

[Edit]
This is no longer a request and has become a project started by a certain group of people. The repository to this project is as follows:
https://github.com/skewerr/dim
 
Last edited by Alex Spady,
I would try this since I have a bit of c++ knowledge but for the most part it's all basic stuff, I can't do anything graphical or network-related so I won't bother.

There is nothing special about graphics or networking, if you know c++ then you're all set
 
If @Tjessx releases the source code for their Pictochat homebrew(and server), you can use that to begin messing around with sockets.

I like the idea, maybe I can be of some help? I don't know C++, but I know C. Still a beginner, but eager to get involved.
 
There you go, you guy's got a team. You don't need the source for Pictochat since you can learn from any socket tutorial on the web, the only thing different you need to do is initialize the SOC service
 
There you go, you guy's got a team. You don't need the source for Pictochat since you can learn from any socket tutorial on the web, the only thing different you need to do is initialize the SOC service

I only ever saw basic usage of unix sockets on an IRC bot I refactored, so I'm not really sure how this will go. Does the wiki or the ctrulib examples have any documentation on using sockets on the 3DS? Or is it not the right approach?
 
I only ever saw basic usage of unix sockets on an IRC bot I refactored, so I'm not really sure how this will go. Does the wiki or the ctrulib examples have any documentation on using sockets on the 3DS? Or is it not the right approach?
You can learn from BSD sockets tutorial on the net. To initialize the SOC service it's pretty much just 2 commands. You can either write the server and client from scratch, or write just the client to another service.
 
You can learn from BSD sockets tutorial on the net. To initialize the SOC service it's pretty much just 2 commands. You can either write the server and client from scratch, or write just the client to another service.

Thanks for your help. I'm reading the ctrulib examples. Will others in this thread, who wish to help, join an IRC channel? I'm joining a channel on GBAtemp's server in a bit, not sure what I'll call it, but I'll edit this post when I do(or someone could do it and post in this thread). I'll go make some pop tarts.
 
brilliant. I know minimal C++ and no C, and the other guy knows minimal C and no C++. ._.

--------------------- MERGED ---------------------------


I would join but I'm doing stuff atm, I can't really until a couple hours from now, sorry.

Wouldn't say I know minimal C. I know C. I'm not an expert C programmer, but I'm very familiar with the language. Never made anything graphical out of comfort with the terminal and lack of interest, but from here on out it's just learning the ins and outs of libraries.

As for your minimal C++, you should know C syntax very well. Take out object oriented aspects, focus on structs and you're left with pretty much C.
 
This looks interesting - I'm just learning C right now but I'm going pretty fast as I'm very experienced with PHP (which is C-like).

Might help out at some point. :)
 
If @Tjessx releases the source code for their Pictochat homebrew(and server), you can use that to begin messing around with sockets.

I like the idea, maybe I can be of some help? I don't know C++, but I know C. Still a beginner, but eager to get involved.
H e told me he lost the source code. I will see if I have a version somewhere
 
Hello all,
I appreciate all the support. I am at school right now and am not very flexible as of now. But currently, do any of you have any suggestions of where to start learning a coding language. I remember speaking to "ShinyQuagsire" about starting with python. All your responses are greatly appreciated. I will start to see documentation on these kind of things. Thanks for all the suggestions.
 
Hello all,
I appreciate all the support. I am at school right now and am not very flexible as of now. But currently, do any of you have any suggestions of where to start learning a coding language. I remember speaking to "ShinyQuagsire" about starting with python. All your responses are greatly appreciated. I will start to see documentation on these kind of things. Thanks for all the suggestions.
IMHO learn C.
 
Hello all,
I appreciate all the support. I am at school right now and am not very flexible as of now. But currently, do any of you have any suggestions of where to start learning a coding language. I remember speaking to "ShinyQuagsire" about starting with python. All your responses are greatly appreciated. I will start to see documentation on these kind of things. Thanks for all the suggestions.

Try CodeAcademy. If you want to get involved in the project, we're using C, so that'd be good to learn. Python is a nice first language, but you'll have to abandon OOP concepts when heading to C, or use C++, which we're not.
 
Try CodeAcademy. If you want to get involved in the project, we're using C, so that'd be good to learn. Python is a nice first language, but you'll have to abandon OOP concepts when heading to C, or use C++, which we're not.
Okay. What are the big differences in C and C++?

--------------------- MERGED ---------------------------

Just made a GitHub repository. https://github.com/amspady20/3DSText
 

Site & Scene News

Popular threads in this forum