Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cf-dev] Access Log using DTLSConnector

Hi Californium+Scandium,

I am using DTLSConnector and would like to implement an access log. I am interested in adding hooks before DTLS authentication has taken place. It seems like a few good places to attach to this are inside private methods (receiveNextDatagramFromNetwork, processRecord),  Or inside private class instances (Worker)

Are there any suggestions for good places to add this code?

Thanks,
Jordan



Back to the top