Page 1 of 1

Communicating to Scratch

Posted: Aug 1st, '17, 10:56
by SimpleSi
After much looking thru runtime/lib, blockifing stuff and trial and error I've finally got GP talking to Scratch
0.png

Re: Communicating to Scratch

Posted: Aug 3rd, '17, 23:10
by JohnM
Wow, that's really cool! I shouldn't say this, but I'm pleasantly surprised that you were able to get this working without asking me a single question. Socket code is not easy to write in any language, even a blocks-based one like GP.

Congratulations!

Re: Communicating to Scratch

Posted: Aug 4th, '17, 08:39
by SimpleSi
I'm pleasantly surprised that you were able to get this working without asking me a single question.
That makes two of us :)

Currently working on MQTT client now that I have the keys to TCP sockets :)