Following on from part one and two, we now deal with sending messages to specific peers in a large group (where large means 15+ members).
Continue reading
P2P Flash On A Local Network Part 3
1 Reply
Following on from part one and two, we now deal with sending messages to specific peers in a large group (where large means 15+ members).
Continue reading
Following on from part 1, i have adapted the code to to enable message sending to specific peers (or in p2p jargon, direct routing). I have added a label to display the instances’ (truncated) ID and a dropdown list to select the recipient of the message:
Continue reading