Homebrew [Request] Texting Application

Alex Spady

Well-Known Member
OP
Member
Joined
Aug 30, 2015
Messages
115
Trophies
0
Age
21
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,

MasterFeizz

Well-Known Member
Member
Joined
Oct 15, 2015
Messages
1,098
Trophies
1
Age
29
XP
3,710
Country
United States
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
 

spoonm

Can count to 3.
Member
Joined
May 20, 2015
Messages
192
Trophies
0
Website
spoonm.org
XP
317
Country
Brazil
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.
 

MasterFeizz

Well-Known Member
Member
Joined
Oct 15, 2015
Messages
1,098
Trophies
1
Age
29
XP
3,710
Country
United States
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
 

spoonm

Can count to 3.
Member
Joined
May 20, 2015
Messages
192
Trophies
0
Website
spoonm.org
XP
317
Country
Brazil
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?
 

MasterFeizz

Well-Known Member
Member
Joined
Oct 15, 2015
Messages
1,098
Trophies
1
Age
29
XP
3,710
Country
United States
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.
 

spoonm

Can count to 3.
Member
Joined
May 20, 2015
Messages
192
Trophies
0
Website
spoonm.org
XP
317
Country
Brazil
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.
 

spoonm

Can count to 3.
Member
Joined
May 20, 2015
Messages
192
Trophies
0
Website
spoonm.org
XP
317
Country
Brazil
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.
 

jsa

Well-Known Member
Member
Joined
Oct 21, 2015
Messages
224
Trophies
0
Location
Devon, UK
Website
muffinti.me
XP
396
Country
United Kingdom
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. :)
 

BurningDesire

Well-Known Member
Member
Joined
Jan 27, 2015
Messages
4,999
Trophies
1
Location
Behind a screen reading news
XP
4,885
Country
United States
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
 

Alex Spady

Well-Known Member
OP
Member
Joined
Aug 30, 2015
Messages
115
Trophies
0
Age
21
Location
On GBAtemp
XP
112
Country
United States
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.
 

MasterFeizz

Well-Known Member
Member
Joined
Oct 15, 2015
Messages
1,098
Trophies
1
Age
29
XP
3,710
Country
United States
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.
 

spoonm

Can count to 3.
Member
Joined
May 20, 2015
Messages
192
Trophies
0
Website
spoonm.org
XP
317
Country
Brazil
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.
 

Alex Spady

Well-Known Member
OP
Member
Joined
Aug 30, 2015
Messages
115
Trophies
0
Age
21
Location
On GBAtemp
XP
112
Country
United States
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

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: Crowbar?