Not understanding why I am not receiving any rssi data from my raspberry pi 3 to my server
问题 I am having problems trying to display the RSSI values from my raspberry pi 3 to show on my server. Connection Success as you can see by the picture I have been able to successfully connect my client and server but no rssi data are showing. The following code is what I executed from the pi: var noble = require('noble'); //replace localhost with your server's IP; var socket = require('socket.io-client')('http://localhost:3000/scanner'); //replace with your hardware address var addressToTrack =