├── .gitignore ├── LICENSE ├── README.md └── speedtest2mqtt /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | .DS_Store 3 | .idea 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hobbyquaker/speedtest2mqtt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hobbyquaker/speedtest2mqtt/HEAD/README.md -------------------------------------------------------------------------------- /speedtest2mqtt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hobbyquaker/speedtest2mqtt/HEAD/speedtest2mqtt --------------------------------------------------------------------------------