I like this idea, since [udpreceive ] mirrors [receive], it makes sense that it would act like it too.

I implemented something like this for [hidio] which never really made it out of SVN. The code is there in externals/io/hidio for anyone to see. Basically, the first instance will do the actual work, in this case receiving data from UDP port 5000 and write it to a chunk of memory. Then all instances output that chunk of memory.

.hc

On May 4, 2011, at 7:32 AM, Jamie Bullock wrote:


Hi all,

It seems that both the mrpeach and iemnet udpreceive implementations are designed to not handle multiple object instances receiving on the same port.

What I want to do is instantiate [udpreceive 5000] and then another [udpreceive 5000] I get the same data to both objects.

Instead, in the case of mrpeach, the second object can't be instantiated, and iemnet/udpreceive just fails silently.

Would the respective authors of these objects consider adding this 'multiple instances with same port' functionality?

Alternatively, can anyone suggest away to achieve the same result with the existing objects?

All best,

Jamie
_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list



----------------------------------------------------------------------------

                  ¡El pueblo unido jamás será vencido!



_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to