DLTcollab / TA-endpoint

Connect resource constrained endpoints with Tangle-Accelerator
Apache License 2.0
0 stars 2 forks source link

Saperate get_key and get_device_id #12

Closed howjmay closed 4 years ago

howjmay commented 4 years ago

Function get_key and get_device_id depend on the implementation of the current hardware. We should create a new folder for these hardware depends functions of different hardwares. And use function pointer points to the ones of current hardware.

howjmay commented 4 years ago

done