Sebastian Hildebrandt
9a95fd00c8
system() adapted model and version (macOS)
2024-12-30 14:51:00 +01:00
Sebastian Hildebrandt
1a5ff39e10
osInfo() improved logofile detection
2024-12-29 23:06:41 +01:00
Sebastian Hildebrandt
b8c5bac650
bluetoothDevices() added parsing vendor ID (macOS)
2024-12-25 15:57:49 +01:00
Sebastian Hildebrandt
fe8f5936cb
minor fixes
2024-12-25 15:32:04 +01:00
Sebastian Hildebrandt
e24054f645
Merge pull request #784 from schontz/master
...
Parse Bluetooth vendor IDs
2024-12-25 15:30:55 +01:00
Sebastian Hildebrandt
c114c51ea5
osInfo() fix manufacturer Apple Silicon (macOS)
2024-12-25 08:35:25 +01:00
Sebastian Hildebrandt
7809278b35
osInfo() fix fqdn
2024-12-24 13:27:20 +01:00
Sebastian Hildebrandt
c2ffa57a14
inetChecksite() fix timeout
2024-12-24 13:17:34 +01:00
Sebastian Hildebrandt
321408a93d
cpu() refactored using internal node functions
2024-12-24 12:58:21 +01:00
Sebastian Hildebrandt
778c179dc2
cpu() Handle RISC-V CPU Manufacturer and Brand
2024-12-23 10:26:28 +01:00
Sebastian Hildebrandt
a943c1df16
Merge pull request #904 from RogerHardiman/risc-v
...
Handle RISC-V CPU Manufacturer and Brand using uarch in /proc/cpuinfo
2024-12-23 10:11:54 +01:00
Sebastian Hildebrandt
7eb83e2565
fix networkConnections()
2024-12-23 09:39:58 +01:00
Sebastian Hildebrandt
8a801aec95
refactored wifiConections() (macOS)
2024-12-22 13:21:54 +01:00
Sebastian Hildebrandt
c490c6ee9e
wifiNetworks() refactored parsing (macOS)
2024-12-21 18:47:43 +01:00
Sebastian Hildebrandt
473f63916c
wifiNetworks() refactored parsing (macOS)
2024-12-21 18:37:29 +01:00
Sebastian Hildebrandt
51c89c1f1c
wifiNetworks() refactored parsing (macOS)
2024-12-21 18:25:44 +01:00
Sebastian Hildebrandt
cea12c50b6
networkConnections() refactored PID parsing (macOS)
2024-12-21 18:07:16 +01:00
Sebastian Hildebrandt
1dd534d4cd
networkConnections() refactored PID parsing (macOS)
2024-12-21 17:47:49 +01:00
Sebastian Hildebrandt
195177bc03
users(), wifiNetworks() fixed parsing (macOS Seguoia)
2024-12-21 15:46:53 +01:00
Sebastian Hildebrandt
26b5cd24e3
chassis() new chassis detection (macOS)
2024-12-18 15:00:24 +01:00
Sebastian Hildebrandt
823503d876
chassis(): new chassis detection (macOS)
2024-12-17 22:30:49 +01:00
Sebastian Hildebrandt
6d1141bf7a
wifiConnections() improved BSSID parsing (windows)
2024-12-14 08:36:25 +01:00
Sebastian Hildebrandt
e8732d42b9
networkConnections: improved parsing (macOS)
2024-12-13 07:53:01 +01:00
Sebastian Hildebrandt
e91f61dd17
networkConnections: improved parsing (macOS)
2024-12-13 07:33:20 +01:00
Sebastian Hildebrandt
7fd3e4cbb1
fix time(), networkConnections() fixed wrond PID parsing (macOS)
2024-12-13 00:24:26 +01:00
Sebastian Hildebrandt
5993adeb79
time() changed retrieval of timezones (linux, macOS)
2024-12-12 08:02:18 +01:00
Sebastian Hildebrandt
ca49cd102b
typings: added definitions with overload
2024-12-11 06:34:59 +01:00
Sebastian Hildebrandt
dc6474fe84
system() added Raspberry 500 detection
2024-12-10 05:52:04 +01:00
Sebastian Hildebrandt
f7af0a67b7
networkInterfaces() sanitizing SSID names (windows)
2024-12-09 09:54:15 +01:00
Sebastian Hildebrandt
56032602df
system() added Raspberry CM5 detection
2024-12-08 12:19:52 +01:00
Sebastian Hildebrandt
55a1fc2a3a
processLoad() linux fix * (linux)
2024-08-21 19:34:23 +02:00
Sebastian Hildebrandt
642312e166
processLoad() linux fix * (linux)
2024-08-21 19:30:33 +02:00
Sebastian Hildebrandt
86f54c0d03
baseboard(), chassis() cleaned defauls (linux)
2024-08-06 16:41:52 +02:00
Sebastian Hildebrandt
3ef84b0b80
usb() fixed duplicated entries (windows)
2024-08-02 11:55:24 +02:00
Sebastian Hildebrandt
b33df173b8
execSync() fixed EFAUL issue (linux)
2024-08-01 07:47:03 +02:00
Sebastian Hildebrandt
9a10cf4c1b
updated docs
2024-07-31 06:07:04 +02:00
Sebastian Hildebrandt
7131f5ae08
usb: added serialNumber (linux)
2024-07-31 05:50:42 +02:00
Sebastian Hildebrandt
ec7fa4a411
osInfo() added macOS Sequoia
2024-06-10 20:44:08 +02:00
Sebastian Hildebrandt
7debd4ce6e
powerShellStart() fixed kill issue
2024-05-31 11:34:29 +02:00
Sebastian Hildebrandt
6ed68f7f80
memLayout() fixed typo manufacturer
2024-05-13 13:17:09 +02:00
Sebastian Hildebrandt
8e66e0d871
utils() replaces deprecated util._extend()
2024-05-05 20:02:59 +02:00
Roger Hardiman
62e07052bd
Handle RISC-V CPU Manufacturer and Brand using uarch in /proc/cpuinfo
...
In the RISC-V world, CPUs are often designed by companies like SiFive, T-Head and Andes.
Use the /proc/cpuinfo 'uarch' values to get the CPU designer and CPU model.
These designs are then licensed to SoC manufacturers who add I/O and GPU features.
For example Allwinner (D1) and StarFive (JH7110), and Sophgo (SG2000)
2024-04-16 12:09:46 +00:00
Sebastian Hildebrandt
5fe29c64ba
battery() fixed designed capacity issue (windows)
2024-04-02 15:18:01 +02:00
Sebastian Hildebrandt
8f4b013b63
networkInterfaces() fixed speed of not connected interfaces (windows)
2024-03-19 08:17:26 +01:00
Sebastian Hildebrandt
17b9d6c5ec
wifiConnections() fixed formatting bssid (macOS)
2024-03-19 06:01:33 +01:00
Sebastian Hildebrandt
6a410cde1e
uuid() improved parsing machine id (linux)
2024-03-16 15:51:42 +01:00
Sebastian Hildebrandt
acbaac389e
memLayout() improved parsing memory bank (windows)
2024-03-15 21:48:51 +01:00
Sebastian Hildebrandt
356bb7a505
memLayout() improved parsing memory bank (windows)
2024-03-15 16:24:18 +01:00
Sebastian Hildebrandt
1744982db0
chassis() type, assetTag, sku improved parsing (macOS)
2024-03-14 05:02:18 +01:00
Sebastian Hildebrandt
aad942f474
wifiConnections() patch for mac OS Sonome 14.4 (macOS)
2024-03-12 17:17:32 +01:00