I think Zymbit should consider to add example for key exchange like the use of ecdh.
Now I get running error message with just calling
zymkey.client.ecdh(0,0)
Error from init.py line 936
dc = (c_ubyte * derived_key_size).from_address(derived_key.value)
TypeError: integer expected
I observed that dervied_key.value is None.
What should I do share key for two pi with different zymkey4? Could anybody give me a piece of example in how to use ecdh?
Also the C/C++ API example is none… Why the bar in using Zymbit products is so “High”?