Connecting a RPI on a local server

OK, a little forum searching and it looks like WiringPi… I haven’t used that for over a year, so I forgot what that startup command looked like :slight_smile: But this is what I used to do for my Local Server connection… updated with proper port.

sudo ./blynk --server=xxx.xxx.xxx.xxx --port=8080 --token=xxxxxxx
1 Like