Report as inappropriate.
Instant Messenger with individual users. Live chat with "online status" indication.
Threw this together the past few days.
PLEASE READ THE FOLLOWING:
NOTE
* This is not a mailbox implementation.
* Messages are no longer available once a chat session has ended.
* Messages can be sent between 2 users if BOTH are paired with each other.
Can have 2 chats active at a time.
HOW IT WORKS, via basic example:
1. Both UserA and UserB are paired with each other.
2. UserA: send message to UserB.
3. UserB: receive message, send notification to UserA.
4. UserA: recieve notification, remove message.
5. UserB: remove notification.
6. Finally UserA can now reuse the message slot.
Each message can be of length 50 characters (may be increased to 62 in the future).
If you send 3 messages with the first 2 not complete, the 3rd will fail to send.
From what I tested on site, seems sending messages took ~2 seconds to complete.
(1 second for other user to receive, and 1 second to receive notification)
Basically have ~13 unused bits for each of the two ints in use (the other 8 ints are not used).
One string not used, may end up allocating 12 characters for each other string (making individual messages to have max length 62).
For reusable GUI Components, visit:
http://www.greenfoot.org/scenarios/7578
3799 views / 9 in the last 7 days
9 votes | 0 in the last 7 days
This scenario is a member of: UserInfo Shares
There is no HTML 5 translation of this scenario available.
View legacy version (requires Java plugin)
This scenarios uses Java features that are not available for use after conversion to HTML 5. Please try the legacy version, which requires the Java plugin to be installed.
Want to leave a comment? You must first log in.
2013/12/7
2013/12/8
2013/12/11
2013/12/11
2013/12/11
2013/12/11
2013/12/11
2014/3/13
2014/3/13
2014/3/13