Has anyone played around with the #Thread radio on M3+ MacBooks?

Seems like com.apple.threadradiod and com.apple.ThreadCommissionerService contain a full OpenThread stack!

I created a (very rough) tool to play around with the #Thread radio built-in to M3+ #AppleSilicon #Mac devices!

Unfortunately, it requires private entitlements, so you'll need SIP disabled and AMFI bypassed.

https://github.com/JJTech0130/threadctl

Looking lower level, I think it might actually be possible to talk to the Thread NCP coprocessor ("Fillmore") without private entitlements, presuming you're unsandboxed...

Maybe I can just port the open-source version of the daemon?

GitHub - openthread/wpantund: Wireless Network Interface Daemon for Low-Power Wireless SoCs

Wireless Network Interface Daemon for Low-Power Wireless SoCs - openthread/wpantund

GitHub