Pd LAN Party
------------

Copyright Chris McCormick, 2009.

This is a fork of [PodSixNet](http://mccormick.cx/dev/PodSixNet/)

This is a client-server system for associating Pd patches (Or RjDj scenes) with
eachother on the local area network, or wifi network automatically. Start the
server lanparty.py and then put the object [lanparty] into your patch. Any
message into the [lanparty] object will be replicated to all other connected
patches on the network, at the outlet of their [lanparty] object. See the help
file for an example use.

If you want to make more complicated servers than a simple echo of all messages
to all [lanparty] objects, you will need to make a new server based on the
lanparty.py server code.

License
-------

Licensed under the terms of the GPL v3.0 or higher.
See the file [COPYING](COPYING) for details.

