kano-toolset
kano-toolset copied to clipboard
Shared toolset for OS apps
I just got a new pi and it won't load the drivers correctly. The audio driver doesn't load. The latest pi 3 is A52082 https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md in utils.py you are missing...
New repo is here: https://github.com/KanoComputing/parson Next steps for the future would be to clean up everything we have to depend on & include the library rather than duplicating the `parson`...
As mentioned in https://github.com/KanoComputing/kano-toolset/issues/198, the format of Quality and Signal level changes when iwlist cannot get a range for some Access Points (or perhaps it's related to the wireless driver)....
```c for(int i=0;i 0), instead of if(cf) ?
- Special syntax allows for specifying timeout and background - Added usage documentation in the readme - Tested on the pi and works well Reopening https://github.com/KanoComputing/kano-toolset/pull/220 against master.
Reopening https://github.com/KanoComputing/kano-toolset/pull/224 against master. Comments form there still need addressing.
So in the attached iwlist.out file, you'll see one of my neighbors APs (grr, crappy AT&T router) has a Quality of 40, instead of the expected 72/100 or 48/100. Apparently...
Some APs are returning Quality values of single integers instead of x/100. I'm not sure why, but getCellQuality doesn't seem to recognize a single integer, and so Quality ends up...