P2P Flash On A Local Network Part 3
November 25th, 2011
1 comment
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).
Read more…
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).
Read more…
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:
Read more…