Hi guys
I have created the Blynk local server on an RPi3+B managed to connect without an internet connection
Now I’m at the stage where the node.js needs to setup/configured halfway through it gives back an error about an “INVALID_TOKEN”
so I found some forums about this topic that the ports have been changed and that I need to be on 9443 for it to connect to the local server but I just can’t find how these forums are meant to help
so is this possible to change the SSL port to point to the Blynk local server in the RPi3 command line
sudo sed -i '134s/blynk-cloud.com/localhost/' /usr/local/lib/node_modules/blynk-library/blynk-node.js
sudo sed -i '135s/8441/9443/' /usr/local/lib/node_modules/blynk-library/blynk-node.js
for some reason the blynk library are stored in the project folder and cant be moved
is it possible to manually edit the ports with in the .js file and run in the project file
apt-get and mpm. Both are package managers. They are responsible for installing, removing, and managing packages. These packages are, simply put, applications you can run after you install them. One package manager can often install another package manager. That is exactly what the apt-get install npm command does.
Also, there is also newer version of apt-get. apt-get is older version, and newer is just apt. You can use these pretty much interchangeably.