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 & HelpOther Libraries › Carnivore Library
Page Index Toggle Pages: 1
Carnivore Library (Read 635 times)
Carnivore Library
Oct 16th, 2009, 3:37pm
 
Hello

I'm using in my current  project the Carnivore library - it's great, fabolous tool (I mean the Carnivore, not my project...).

But I have a question: is possible to stop/restart the Carnivore client within the skech code? Somethng like:

carnivoreP5 = new CarnivoreP5(this); // in setup
// and later:
carnivoreP.pause();
// and more later
carnivoreP.start();

Or something like that. I need to control the Carnivore client from GUI.

Thanks for help.
Page Index Toggle Pages: 1