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=
When I use sudo ./blynk --server=192.168.9.24 --port=8555 --token=AuthToken It will try to start blynk and say
[5001] Connecting to 192.168.0.24:8555
[5001] Can’t connect to 192.168.0.24
[10002] Connecting to 192.168.0.24:8555
[10002] Can’t connect to 192.168.0.24
[15003] Connecting to 192.168.0.24:8555
[15003] Can’t connect to 192.168.0.24
the ip is 192.168.0.24 when I typed a 9 it was a typo going form different screens and not being able to get the exact command i typed in the terminal window
That is a VERY old web page in the whole scheme of IOT and Blynk. Don’t mess around with ports unless you are a networking god. By not stating the port it will use the current port determined by Blynk and all should be fine providing you don’t have the port allocated to anything else.
Presumably you have the Blynk local server starting automatically.
But i’ve same problem than @qballizhere i think the command change from 3 years… I’m looking for the command for put token form app to raspberry ( wich is client + server )