Daniel Widdis
Daniel Widdis
Sure. Get started with a proof of concept and we can discuss what to do with it!
This seems like it could find a nice home in the `oshi-demo` project, similar to how we've done the GUI.
That sounds fantastic!
Closing this issue as the demo has been merged
> how do I turn off these warnings? Your logging platform should have the ability to change log warning level by class. Change the level for the FileUtil class to...
JNA is supposed to be Android compatible. (It may require manual steps loading the native JNA library.) Right now if you tried OSHI on Android, you'd get the "Operating System...
I think you’ve got it backwards. :) OSHI would internally use native calls like those for the info it reports. Most of what I see in that list is covered...
I was bored today and spent a few hours setting up an Android VM, and used termux for the shell. Some observations: - JNA `Platform` code did not detect this...
And here's a Java/JNA based solution based on this Issue/thread: https://github.com/oshi/oshi/blob/e78a0ffb32d5bc2fe6943b903ed5eeb97f949fc5/oshi-core/src/main/java/oshi/hardware/platform/mac/MacCentralProcessor.java#L322-L357
> enabling users to set thread affinity manually should probably not be a design goal for this feature Agreed. However reporting processor numbers and their correspondence to core types should...