I'm widening my knowledge and expanding to multiplayer. I've never done it before and I'm having some issues. I tried reading TI-Dev and it's very hard to follow. If someone wouldn't mind taking the time, an example code of verifying the connectivity of 2 calculators and exchanging data would be much appreciated.
You can look at my Instant Messanger program here: https://www.cemetech.net/programs/index.php?mode=file&path=/84pce/basic/programs/InstantMessager2.zip
I was working on another multiplayer game, but gave up, Good luck!
I was working on another multiplayer game, but gave up, Good luck!
Pretty much, when ever you want to send or receive a string or variable, the calculator receiving needs to have GetCalc(Str1, for strings, or GetCalc([variable], for variables, and so forth. The calculator on the giving end has to be paused.
Also, what memory leak?
Also, what memory leak?
- john35588
- Member (Posts: 170)
- 22 Jan 2018 06:40:07 pm
- Last edited by john35588 on 22 Jan 2018 06:45:27 pm; edited 2 times in total
mets11rap wrote:
In the Repeat 7=8
Oh, I had no Idea that made a memory leak, I just needed to have it repeat. What does the memory leak do to the calculator?
mets11rap wrote:
So wait, there's no way for live updating?
Correct, That’s one of the reasons why I gave up on my other program.
It builds up RAM which makes the program run slower and less memory can be used. Memory leaks are caused by Gotos when in "End" needing command strings. Just do
Code:
Also, you didn't answer my last question
Code:
Repeat max(K={VALUES
getKey→K
End
If K=VALUE
etc.
Also, you didn't answer my last question
john35588 wrote:
mets11rap wrote:
In the Repeat 7=8
Oh, I had no Idea that made a memory leak, I just needed to have it repeat. What does the memory leak do to the calculator?
mets11rap wrote:
So wait, there's no way for live updating?
Correct, That’s one of the reasons why I gave up on my other program.
Aww that sucks D: alright, thanks anyway. I guess I'll have to cancel 2 projects I wanted to make.
Is assembly capable of async linking?
Also, If I were to getCalc and the program would continue, what would happen?
Also also, would For(Z,1,1):End work?
Also, If I were to getCalc and the program would continue, what would happen?
Also also, would For(Z,1,1):End work?
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
» Go to Registration page
» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Advertisement