We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › P5 + carnivore + pd
Page Index Toggle Pages: 1
P5 + carnivore + pd (Read 1116 times)
P5 + carnivore + pd
Jun 22nd, 2005, 4:49am
 
hy,

i'm writting  a program that catches data from carnivore, parse it and send to pd.

when i run the code, it  starts the oscP5 and the carnivoreListener at same time, but i can't receive the data from carnivore, however i can send messages to pd.

would you please help me?

Re: P5 + carnivore + pd
Reply #1 - Jun 25th, 2005, 9:17pm
 
A good strategy is to break the program into two parts -- write a program to get data from Carnivore and write a program to send data to PD. Once each separate program is working, try to put the two together.
Page Index Toggle Pages: 1