Magnie wrote:
scimonster wrote:
Magnie wrote:
Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.
I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.You can't call it Chat.SB2. I trademarked it.
I'll probably call it Cloud Chat.
And anyone (even me!) could create it AS WELL!
Offline
scimonster wrote:
Magnie wrote:
Squawkers13 wrote:
Scratch 2.0 would render your server useless!
Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.
I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.You can't call it Chat.SB2. I trademarked it.
You're joking.
(right?)
Offline
zippynk wrote:
scimonster wrote:
Magnie wrote:
Squawkers13 wrote:
Scratch 2.0 would render your server useless!
Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.
I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.You can't call it Chat.SB2. I trademarked it.
Did you register the trademark?
No, but i just stuck the label on it. It's partially trademarked now.
slinger wrote:
scimonster wrote:
Magnie wrote:
Not entirely true. I've been talking to the ST about Mesh and Remote Sensors, and I believe they will be available in the full version of Scratch 2.0 since Remote Sensors is required for the WeDo blocks and stuff.
I might make another chat that uses Cloud variables, but that would require some interesting changes to how I would end up coding it since there isn't a central server that the clients connect to and I won't be able to control the Cloud variables and stuff very well since anyone will be able to change the code.You can't call it Chat.SB2. I trademarked it.
You're joking.
(right?)
Not completely...
Offline
Well, it's back up now. Something went wrong and cleared all the logs (I wonder if someone actually hacked my chat! ) so I was unable to find the problem. Oh well.
Offline
Must have forgot to put it in the background when I logged off... oh well. Sorry for the inconvenience!
Offline
I find it funny that at least half of all the posts here are "Can't connect!" messages. :p
Offline
Would it initialize if you ran this script:
when gf clicked broadcast [<_init_ v ] broadcast [<chat2 v ]instead of just
when gf clicked broadcast [<chat2 v ](I looked inside the plugins folder)
when gf clicked broadcast [<_init_ v ] broadcast [^chat v ]instead of
when gf clicked broadcast [^chat v ]or
when gf clicked if <when gf clicked> //This can also mean 'when gf clicked report true' broadcast [^chat v ] end
Last edited by Jonathan50 (2012-05-28 03:58:00)
Offline
zippynk wrote:
Hmm...
still doesn't seem to work.
I get an error message "cannot connect to scratch.playfultest.tk". Trying the mesh java player, just a second...
That usually happens. Just try again. You probbally also got an MIT Squeak window saying 'message not understood: etc...'.
Offline
Jonathan50 wrote:
zippynk wrote:
Hmm...
still doesn't seem to work.
I get an error message "cannot connect to scratch.playfultest.tk". Trying the mesh java player, just a second...That usually happens. Just try again. You probbally also got an MIT Squeak window saying 'message not understood: etc...'.
I remember you said 'It only works the second time'. That's what usually happens, now not, now only I can't rename!!
Offline
DigiTechs: Voxinfinitus.net is the website of my friend's VPS I use. I'll look into it later, I don't have much time right now.
SJRCS_011: My friend (that hosts Scratch Space/Chat.PY) uses linode.com I believe, I don't know which plan though.
Me Ohaider and Bobbybee were having a discussion about the VPS hosting services out there.
Last edited by Magnie (2012-05-28 21:03:08)
Offline
I use x10vps.
Offline
Server back up.
Offline
Magnie wrote:
DigiTechs: Voxinfinitus.net is the website of my friend's VPS I use. I'll look into it later, I don't have much time right now.
SJRCS_011: My friend (that hosts Scratch Space/Chat.PY) uses linode.com I believe, I don't know which plan though.
Me Ohaider and Bobbybee were having a discussion about the VPS hosting services out there.
so when I goto scratch.playfultest.tk it comes up with VoxInfinitus?
Offline
DigiTechs wrote:
Magnie wrote:
DigiTechs: Voxinfinitus.net is the website of my friend's VPS I use. I'll look into it later, I don't have much time right now.
SJRCS_011: My friend (that hosts Scratch Space/Chat.PY) uses linode.com I believe, I don't know which plan though.
Me Ohaider and Bobbybee were having a discussion about the VPS hosting services out there.so when I goto scratch.playfultest.tk it comes up with VoxInfinitus?
Yeah. The domain (scratch.playfultest.tk) redirects to voxinfinitus.net.
Offline
lallaway12 wrote:
Just use my live chat project
@Magnie
Can you make a live chat server for me becuse if some one posts on Chat.py it gose on mine
Just joking I'm using your server! I will release one with your server and one with mine
First, you brand it your own. THEN you decide to use someone elses server.
Offline
blob8108 wrote:
Magnie wrote:
blob8108 wrote:
Is the server using exactly the same code?
What do you mean?
Sorry — I mean, what's listening on 174.27.218.81:6112? More Python code?
Magnie wrote:
Okay, I got something "morning. How are you?" but it wasn't sent as a variable. ( 0000<chat Morning. How are you? )
Sorry, that was me telneting to the port to see if it worked...
actually I got something. 174.27.218.81:6112 and 174.27.218.81 aren't just ordinary computers; they're network modems or severs; when I visited this page the error wasn't just it doesn't exist, it said it wasn't responding. Computers don't really have websites and computers websites don't have HTTP protocools (http://) or HTTPS (https://).
Try this in panther:
join mesh [174.27.218.81] make variable[var1] set [var1 ▼] to [testing testing 123...]in BYOB (once you've tried to join...):
set <the < [var1 v] sensor value> block> to [test 2]
Offline