User Tools

Site Tools


doc:crazyflie:client:cfzmq:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
doc:crazyflie:client:cfzmq:index [2015-07-15 16:31]
127.0.0.1 external edit
doc:crazyflie:client:cfzmq:index [2021-06-24 16:42] (current)
kimberly
Line 1: Line 1:
 +<WRAP center round important 60%>
 +This page has deprecated and will be archived. Please go to [[https://www.bitcraze.io/]].
 +</WRAP>
 +
 +
 //This page is about the stand-alone console ZMQ server. For Crazyflie client GUI ZMQ input see [[doc:crazyflie:zmq:index|ZMQ input]].// //This page is about the stand-alone console ZMQ server. For Crazyflie client GUI ZMQ input see [[doc:crazyflie:zmq:index|ZMQ input]].//
  
Line 240: Line 245:
 </WRAP> </WRAP>
 ===== log ===== ===== log =====
-Logging data from the Crazyflie is done by setting up log configurations that will push log data at a specified interval ([[doc:crazyflie:dev:arch:logparam|more info here]]). There are four command associated with log configurations: //create//, //start//, //stop// and //delete//. Create and delete handles if the log configuration is stored in the Crazyflie memory or not. Start and stop handles if the log data is actually being sent or not from the Crazyflie to the host. Before a log config can be started is has to be created, before it can be stopped it has to be started and before it can be deleted is has to be created.+Logging data from the Crazyflie is done by setting up log configurations that will push log data at a specified interval ([[doc:crazyflie:dev:arch:logparam|more info here]]). There are four command associated with log configurations: //create//, //start//, //stop// and //delete//. Create and delete handles if the log configuration is stored in the Crazyflie memory or not. Start and stop handles if the log data is actually being sent or not from the Crazyflie to the host. Before a log config can be started is has to be created, before it can be stopped it has to be started and before it can be deleted is has to be created. Note that log block are automatically started once they have been created.
  
 **Note**: When a host connects to a Crazyflie the log configurations are all deleted. So if you connect, set up log configurations, disconnect and then connect again the configurations will be deleted. **Note**: When a host connects to a Crazyflie the log configurations are all deleted. So if you connect, set up log configurations, disconnect and then connect again the configurations will be deleted.
doc/crazyflie/client/cfzmq/index.1436970670.txt.gz · Last modified: 2015-07-15 16:31 by 127.0.0.1