Lots of fun playing with the new Pi Pico 2W + an early release of micropython
Porting my sysmon scripts over to python means implementing lots of things that were easier in bash!
The most "fun" one is dealing with requests failing & not recovering, and working around that micropython library bug
Porting my sysmon scripts over to python means implementing lots of things that were easier in bash!
The most "fun" one is dealing with requests failing & not recovering, and working around that micropython library bug
Comments
Lemme clean up this code a little bit and I can pop a repo link along with a logfile for checking out.
it shouldn't be the *wireless* portion or the *network* portion, but ... maybe?
https://github.com/akhepcat/picoSysmon
and there's a debugging subdir with logs of a typical runtime until it was close to rebooting due to timeouts. Just enough info to show what it *should* be doing normally.
I'm not the best at python, especially using classes, but I'm trying to expand my horizons slowly.