linkwil / WeHomeSDK

SDK source code for communicating with Linkwil's battery doorbell & battery IP camera.
GNU Lesser General Public License v2.1
6 stars 4 forks source link

WeHomeSDK build issue #4

Open ShanuGrep opened 5 years ago

ShanuGrep commented 5 years ago

I am trying to integrate WeHome SDK with our JS project. For integrating purpose I am using node-gyp tool for compiling SDK folder to use them as node addons. For this, I am using following files which I am adding in WeHomeSDK folder - main.cpp, binging.gyp and package.json. I have also attached the terminal output file. The problem I am facing is in header files such as LINK_API.h, there are function declarations (such as LINK_Initialize, LINK_DeInitialize) but I didn't find any definition for such functions there. Also these functions are called in files such as EasyCamSdk.cpp,etc Can you investigate this and let me know ASAP? Also can we get some test camera data to test these APIs?

building_issue_files.zip

xiaojinsheng commented 5 years ago

Dear developer: Those functions is provide as lib file, they are contained in LINK_API.a

ShanuGrep commented 5 years ago

Thanks for your help. Also can we get some test camera data to test APIs?

xiaojinsheng commented 5 years ago

Please send mail to ad@linkwil.com, i will loop to the sales to help you.