Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walpolea/NetGrouper
A wrapper for Actionscript 3.0's NetGroup and RTMFP Multicasting abilities to create quick P2P multiplayer games over local networks or Adobe Cirrus
https://github.com/walpolea/NetGrouper
Last synced: about 2 months ago
JSON representation
A wrapper for Actionscript 3.0's NetGroup and RTMFP Multicasting abilities to create quick P2P multiplayer games over local networks or Adobe Cirrus
- Host: GitHub
- URL: https://github.com/walpolea/NetGrouper
- Owner: walpolea
- Created: 2011-10-06T23:57:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-27T06:02:14.000Z (almost 12 years ago)
- Last Synced: 2024-08-03T05:02:30.739Z (5 months ago)
- Language: ActionScript
- Homepage:
- Size: 109 KB
- Stars: 25
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-actionscript-sorted - NetGrouper - A wrapper for Actionscript 3.0's NetGroup and RTMFP Multicasting abilities to create quick P2P multiplayer games over local networks or Adobe Cirrus (Networking / P2P)
README
NetGrouper
==========A wrapper for Actionscript 3.0's NetGroup and RTMFP Multicasting abilities to create quick P2P multiplayer games over local networks or Adobe Cirrus
The example project included shows you how to connect over a local network or Cirrus as well as how to post and receive messages. Library works best for applications meant to have less than 13 simultaneous realtime connections.
To see it in action, download the swf and run it multiple times at once or on multiple computers/devices on the same network. Magical Realtime Goodness!
==========
Note that while using the local p2p connection it is common for this library to fail behind multiple firewalls, which if you're like me, you work at a place where the WIFI connection is behind its own firewall as well as the main metwork's firewall. Seems to be a fairly common set-up to run into.