[PD] OSC server to many clients

2014-02-02 Thread Atte
Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with access to this common, global time. However all the examples I found with [sendOSC] or [tcpsend] suggests that the sender connects

Re: [PD] OSC server to many clients

2014-02-02 Thread u...@xdv.org
On 02.02.2014 17:37, Atte wrote: Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with access to this common, global time. However all the examples I found with [sendOSC] or [tcpsend]

Re: [PD] OSC server to many clients

2014-02-02 Thread Joel Matthys
You can broadcast over UDP by sending to the address 255.255.255.255. Joel On Feb 2, 2014 10:57 AM, Atte a...@youmail.dk wrote: Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with

Re: [PD] OSC server to many clients

2014-02-02 Thread Antoine Villeret
if you want to make one server talking to several clients, you could use [tcpserver]/[tcpclient] and encapsulate your OSC in Slip packet see [mrpeach] externals + a -- do it yourself http://antoine.villeret.free.fr 2014-02-02 Joel Matthys jwmatt...@gmail.com: You can broadcast over UDP by

Re: [PD] OSC server to many clients

2014-02-02 Thread Martin Peach
On 2014-02-02 11:37, Atte wrote: Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with access to this common, global time. However all the examples I found with [sendOSC] or [tcpsend]