Le 26/03/2012 18:37, Martin Peach a écrit :
On 2012-03-26 11:45, Roman Haefeli wrote:
On Mon, 2012-03-26 at 17:14 +0200, Jack wrote:
Hello,
I have a problem with [udpserver] from iemnet. I have an electronic card with sensors sending 'data' to this server, but after a certain period (around 5min), [udpserver 3005] doesn't ouput any value.
When i do : $ netcat -l -u 3005 I can get the flow during several hours without problem.
When i do : $ netcat -l -u 3005 | netcat -u 127.0.0.1 3006 (with [udpserver 3006]) I encounter the same issue.
Should i conclude there is a bug with [udpserver] from iemnet, maybe with the buffer ? If the answer is yes, is there another object (without [netreceive 3005 1]) i can use. Or, if there is no bug, how can i solve this problem ? Thanx for help.
You might want to try also [udpserver] from mrpeach, net respectively.
There is no such entity. Maybe try either [udpreceive] or [tcpserver].
Martin
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
So, i used [udpreceive] and it seems to work fine. Thanx ! ++
Jack