CerebusOSS/CereLink

Docs: Need an explanation of SdkSetFileConfig and related functions.

Closed this issue · 2 comments

Hi all,

I don't quite get how the FileConfig functions work. How is it that sending a packet to the NSP will start/stop file recording? Does the NSP actually record data to disk? Isn't it up to the client computer to retrieve data then store it? Here is an example of a function that I'm referring to.

It is up to the client, but any packet that is sent to NSP will be responded back (as broadcast). So two computers can talk to each other.
If you have Central running anywhere on the network it will record. Otherwise you should listen for the response and initiate/stop the recording.

That clears it up. Thanks!