bytedreamer / OSDP.Net

A .NET Core control panel implementation of the Open Supervised Device Protocol(OSDP)
Apache License 2.0
47 stars 19 forks source link

Add OSDPCAP tracing to PD devices #171

Open bytedreamer opened 5 months ago

bytedreamer commented 5 months ago

The ACU implementation has the ability to trace to an OSDPCAP style file. Similar implementation needs to be added to PD devices for debugging purposes.

Switch existing logging of OSDP hex output to a different level that is no shown by default on production, or remove completely.