Don Willingham

Results 13 comments of Don Willingham

Until WeMo updates the API, an extra port per extra channel may be necessary. Those additional webservers could be limited to the 3 (I think) URLs specific to the WeMo...

I've got an ugly hack that needs refactoring, but a second device shows up. I'll clean it up when I get back to it. https://github.com/don-willingham/Sonoff-MQTT-OTA-Arduino/commit/dc6665c525405c0676cae3145c72fe0b1e55ad97

After another test, this may not be so necessary. A checkbox on the OTA/Firmware Update page to reset to defaults once, instead of every reboot, would be much better.

I heard a really great quote today. The 'S' in "IOT" is for security... as in there is no S for security in IOT. https://twit.tv/shows/security-now/episodes/593?autostart=false I'd like to see improved...

I did some digging, and possibly narrowed it down to something that changed between the raspberry pi 5.10.63 and 5.10.92 kernels. See above Issue 37 thread for details. (just in...

[Contributing guidelines](https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/setting-guidelines-for-repository-contributors) and [Code of conduct](https://opensource.guide/code-of-conduct/) can also become important too.

I'm a CSS noob, so I honestly haven't heard of those. Thanks for pointing them out. I grabbed the set of flags as individual icons. The author/maintainer of FlagFox said...

@hhrhhr https://github.com/don-willingham/dump1090/commit/fdd4055d56af45a30c5679addcef161effa4701c implements base64 encoded images. The individual flag icons can now be removed.

It would be a bit cleaner to move the flags to another (generated) file. Instead of generating the flags content, and copy/pasting it in. Before dump1090 gets much bigger, it...

There is now a single flags.js that contains all of the flags base64 encoded. Since all of the base64 encoded values started with a common prefix, the script that generates...