Open heyitsdoodler opened 6 years ago
i would name the second thing getRouterSignalStrength(). also make it return actual signal strength (distance - baseStrengthOftTheRouter)
That sounds a lot cooler. Can't you already do that by getting the pos of the laptop and the pos of the router and calculate it from there?
ye u can. That would be a helper method to make it easier for you
You should be able to check if the laptop is connected to a router and the connection status!
getRouterConnection() | Boolean
getRouterConnectionQuality() | int (returns 0-2, 0=BAD, 1=OK and 2=GOOD connection)