Seeed-Studio / Wio_Link

Wio_Link 8266
http://seeed-studio.github.io/Wio_Link/
182 stars 64 forks source link

Deploy a Local Lean Data Exchange Server into Raspberry Pi #51

Closed NalinSilva closed 7 years ago

NalinSilva commented 7 years ago

Hello everyone, I am new to this environment and sorry for any inconvenience. I am trying to deploy a lean server into Rpi and still could not do that. When start the lean_server it show the message on cmd as follows. Please help me to solve this issue lean_server

KillingJacky commented 7 years ago

You should use python 2.

NalinSilva commented 7 years ago

Thanks for quick response. I'll try with python 2 Thanks

NalinSilva commented 7 years ago

is it ok with python2.7. when i run 'pip install pycrypto' terminate the instalation process and show lean_server2

NalinSilva commented 7 years ago

hello Sir, pycrypto installed successfully after installing python-dev. Now "concurrent : 344" error msg is missing with python 2.I'am trying to connect Wio app with lean server now.I'll give update asap when done it. Thanks for you supporting.

NalinSilva commented 7 years ago

Hi,Sorry for the late, I had to move on another task immediately.Now i got following msg on Rpi lean_server3

but still i could not connect node via lean server using wio app.when i try i got response as undefined in wio app

NalinSilva commented 7 years ago

Done now i can connect lean server using wio app.when i give the data excahange server IP with '' http://'' i got the data of sensor which is connected to the wio node.Anyware thanks for help to Mr. KillingJacky.