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
Flash Player has provided an API for peer-to-peer communication since 10.1 (and in AIR since 2.0). P2P over the Internet requires some server-side technology (such as Flash Media Server) but on a local network it’s really easy; no server stuff and it can be set up in a few lines of code.
Continue reading