I have created a local server on a raspberry pi 3 It is up and running I am able to send myself a email with the token. now I am trying to get the client running and i have followed http://help.blynk.cc/how-to-connect-different-hardware-with-blynk/raspberry-pi/how-to-install-nodejs-library-on-linux
It is all going good until Run default Blynk client (replace YourAuthToken):
export PATH=$PATH:/opt/nodejs/bin/
unset NODE_PATH
blynk-client YourAuthToken
that wants to connect to the cloud server I need the command/s for connecting to a local server. I have tried
export PATH=$PATH:/opt/nodejs/bin/
unset NODE_PATH
blynk-server=192.168.0.24 -port=8555 -token=
Any help would be appreciated