Homebrew Who else wants to see a revival of Swapnote?

Ruby Gloom

GBAtemp Maniac
Member
Joined
Sep 25, 2015
Messages
1,555
Trophies
0
Age
22
Location
-
XP
651
Country
New Zealand
That would be harder than creating a new homebrew. And also by creating a new app you have total freedom over its features.
I miss the feeling of Swapnote. I don't want to see homebrew on this... Unless it ends up being very similar. :) I want to chat with other temp users in bulk. That would be sweet
 

MasterFeizz

Well-Known Member
Member
Joined
Oct 15, 2015
Messages
1,098
Trophies
1
Age
29
XP
3,710
Country
United States
Server side all you need is REST api. PHP was the first language I stumbled upon when learning web development 10 years ago and its pretty good, but I wouldn't recommend using it for a project like this if you are going to write it from scratch. I would recommend using Python, Ruby, or Javascript (Node.js).
Client side is a little bit more complicated. A web app wrapper would be the easiest way, if there was a browser engine that we could use. In reality you would need to interface with the api using the http service or using an http library. It's not hard, but if you don't have experience with this sort of stuff it might sound scary.

All in all it could be a fun project, specially if you get a group going.
 
  • Like
Reactions: Deleted User

Jacklack3

( ゚ヮ゚) buddie was here
Member
Joined
Oct 6, 2015
Messages
1,863
Trophies
1
Location
Canada
Website
jackomix.neocities.org
XP
3,790
Country
Canada
YES!! please!
OR/AND a (--offtopic--) working pictochat. ive installed the DSi pictochat but its only launchable from sig patched sysnand and you have to launch in FBI which is lame.

But please swapnote lets use custom servers or some hsit
Dont we have 3DS pictchat? its a homebrew app.
 
  • Like
Reactions: DarkIrata

Ruby Gloom

GBAtemp Maniac
Member
Joined
Sep 25, 2015
Messages
1,555
Trophies
0
Age
22
Location
-
XP
651
Country
New Zealand
Perhaps this time, Nintendo will catch on to what there fans want but also keep it safe. ( Remove the stupid picture function or add a report button. ) Nintendo, we want Letterbox back
 
  • Like
Reactions: Seriel

DarkIrata

Well-Known Member
Member
Joined
Jun 12, 2015
Messages
493
Trophies
0
Age
29
Website
ipmix.de
XP
1,591
Country
Germany
Server side all you need is REST api. PHP was the first language I stumbled upon when learning web development 10 years ago and its pretty good, but I wouldn't recommend using it for a project like this if you are going to write it from scratch. I would recommend using Python, Ruby, or Javascript (Node.js).
Client side is a little bit more complicated. A web app wrapper would be the easiest way, if there was a browser engine that we could use. In reality you would need to interface with the api using the http service or using an http library. It's not hard, but if you don't have experience with this sort of stuff it might sound scary.

All in all it could be a fun project, specially if you get a group going.

Pyhon, well sure! It's awesome. But Ruby or Javascript? Worst decision you could make for a server solution. As a connector or target maybe.. but naaah.. nyet.. nein.. no.. D:
REST API would be possible, but with a http service a websocket connection should be possible. (Would be awesome). But a good point!

Does anyone here know what socket connections we can handle with homebrews?
 

Seriel

Doing her best
Member
Joined
Aug 18, 2015
Messages
3,298
Trophies
3
Age
24
Location
UK
XP
5,993
Country
United Kingdom
Well over here it's called Nintendo Letter Box, but i'm gonna go ahead and call it Swapnote cos it's shorter and easier.
It really was a great service, I found some friend code exchange threads online and amassed some online friends. We kept in contact via Swapnote, and even got to know each other. (Sounds dumb lol) However once the service ended, we all completely fell out, we lost our only way of contact, and finding each other on the forums would be a bore. So yeah, i'd love to see this revived. Also, I liked to send letters to my irl friends, real letters are a pain, and emails don't have the same personal touch :P
 

MasterFeizz

Well-Known Member
Member
Joined
Oct 15, 2015
Messages
1,098
Trophies
1
Age
29
XP
3,710
Country
United States
Pyhon, well sure! It's awesome. But Ruby or Javascript? Worst decision you could make for a server solution. As a connector or target maybe.. but naaah.. nyet.. nein.. no.. D:
REST API would be possible, but with a http service a websocket connection should be possible. (Would be awesome). But a good point!

Does anyone here know what socket connections we can handle with homebrews?
What? There are a lot of companies and websites using ruby and Javascript (Node.js) on the server side. For example, Netflix and Paypal use node.js at some parts of their backend and Github is built on Rails.

The http service can only handle HTTP and HTTPS connections. And you can use UDP and TCP sockets on homebrew, so Websockets are possible but not with the HTTP service.
 
  • Like
Reactions: DarkIrata

DarkIrata

Well-Known Member
Member
Joined
Jun 12, 2015
Messages
493
Trophies
0
Age
29
Website
ipmix.de
XP
1,591
Country
Germany
What? There are a lot of companies and websites using ruby and Javascript (Node.js) on the server side. For example, Netflix and Paypal use node.js at some parts of their backend and Github is built on Rails.

The http service can only handle HTTP and HTTPS connections. And you can use UDP and TCP sockets on homebrew, so Websockets are possible but not with the HTTP service.
Yeah, but for that's kind, it's useless.. even excel could handle the database better. The backend server would need to much resources, since node.js dont work on os base. (I used excel as example, not to insult you, but i saw a guy maked a xcom clone in it :D)

A Websocket connection only does a handshake on http request base, if im not wrong, the main connection is tcp. But i get what you mean. Thanks for the 3ds socket info. :)

b80tROE.png


It's not just text. The basic implementation for mysql, also a basic mysql db is done. (Had just to refactor a few lines from another project :D )
Sooo.. if someone want to make a homebrew, i would be into it :D
 
Last edited by DarkIrata,

Zidapi

Well-Known Member
Member
Joined
Dec 1, 2002
Messages
3,112
Trophies
3
Age
42
Website
Visit site
XP
2,681
Country
Sigh, Nintendo. Protecting (overprotecting?) children since 1983.
Yeah, unless you're a pedophile yourself I think it's fair to say shutting it down under the circumstances was perfectly reasonable.

Sure I miss it, but knowing it means creepy old fucks aren't using it to send dick pics or arranging to meet little kids anymore makes me okay with it.
 

MasterFeizz

Well-Known Member
Member
Joined
Oct 15, 2015
Messages
1,098
Trophies
1
Age
29
XP
3,710
Country
United States
Yeah, but for that's kind, it's useless.. even excel could handle the database better. The backend server would need to much resources, since node.js dont work on os base. (I used excel as example, not to insult you, but i saw a guy maked a xcom clone in it :D)

A Websocket connection only does a handshake on http request base, if im not wrong, the main connection is tcp. But i get what you mean. Thanks for the 3ds socket info. :)
You're not insulting me, that's just horrible analogy.
Most web applications don't run on "OS level", they either run on top of a VM (although optimized) or interpreted. Also node.js is fast, as it was built with concurrency in mind. When it comes to SQL databases, it's not as straightforward as PHP, but it is faster. And you cant really compare when it comes to databases with JSON as the query method. Also node.js uses less resources compared to PHP.
 
  • Like
Reactions: Deleted User

Doogie Boogie

Well-Known Member
OP
Member
Joined
Jan 21, 2016
Messages
138
Trophies
0
Age
39
XP
347
Country
United States
If a group gets together to make this app happen, I can't code but I'd definitely help make the assets. One of Swapnote's charm points was it's menu design and stationary. I'd be happy to make graphics, and design the displays. Hell, we can even come up with a mascot. That'd be pretty adorable.

Still, I'd really love to get at least a little bit of input or best, help, from http://gbatemp.net/members/thecruel.341167/
Draw Attack as a lot the necessary aspects done already. It even has server functionality.
 

Ruby Gloom

GBAtemp Maniac
Member
Joined
Sep 25, 2015
Messages
1,555
Trophies
0
Age
22
Location
-
XP
651
Country
New Zealand
Yeah, unless you're a pedophile yourself I think it's fair to say shutting it down under the circumstances was perfectly reasonable.

Sure I miss it, but knowing it means creepy old fucks aren't using it to send dick pics or arranging to meet little kids anymore makes me okay with it.
They could've limited it to notes only and one note per 5 minutes. It would've lead to them giving up. I gotta say, I handed out my fc in my younger days to complete strangers... That was not a good idea. Lmao
 
  • Like
Reactions: Deleted User

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: Nut on the hill