The remote spy daemon creates a Unix socket and puts itself in a listening state. On the other side, the library connects itself to the same socket and starts the communication.
A data retreival cycle is made of:
Offset | Name | Meaning |
---|---|---|
0 | magic | Must be RSPYD_MAGIC_NUMBER |
4 | last_event_nr | The last event number received (0 to get the first) |
Offset | Name | Meaning |
---|---|---|
0 | magic | Must be RSPYD_MAGIC_NUMBER |
4 | event_nr | The event number of the current data (ignore if size==0) |
8 | size | The size of the data (0 if no data available) |
Top of the page. | The remote spy daemon documentation. | Send comments to: Igor Sfiligoi |
Created | : | 17.9.1997 |
Last modified | : | 28.10.1997 |