Bryan Mayland
TVWBB Hall of Fame
Cool. It should be fairly straight forward, but some small changes will have to be made to the linkmeter package. A lot of stuff checks the "platform" to see if it is running on a Pi so that would have to be expanded to support an additional platform. Also good luck squeezing it all in! I have enough to keep me busy until the VoCores come out.
Speaking of busy, I understand that a lot of people don't understand networking concepts nor should they have to to set up a HeaterMeter. There's a lot of confusion about what address to connect to in a given circumstance. To simplify this, I'm working on a HeaterMeter device browser. I've looked at using avahi / bonjour / mDNS, which HeaterMeter already advertises, but for windows users this requires a client be installed on their machine. Windows has SSDP built in, which is sad because there's no good server piece to build for openwrt without writing a ton of code. Also SSDP would leave other platforms out because microsofts is jerks.
UNLEASH THE POWER OF THE CLOUD.
Every time the address of an adapter in the HeaterMeter changes, it will push the device information up to heatermeter.com. Once you're done building your heatermeter, you'll just go to http://heatermeter.com/devices/ and it will show you all devices that are behind your firewall. A little quick AJAX tests each possible address from your browser and you just click the address next to any "available" heatermeter to go directly to it.
Speaking of busy, I understand that a lot of people don't understand networking concepts nor should they have to to set up a HeaterMeter. There's a lot of confusion about what address to connect to in a given circumstance. To simplify this, I'm working on a HeaterMeter device browser. I've looked at using avahi / bonjour / mDNS, which HeaterMeter already advertises, but for windows users this requires a client be installed on their machine. Windows has SSDP built in, which is sad because there's no good server piece to build for openwrt without writing a ton of code. Also SSDP would leave other platforms out because microsofts is jerks.
UNLEASH THE POWER OF THE CLOUD.
Every time the address of an adapter in the HeaterMeter changes, it will push the device information up to heatermeter.com. Once you're done building your heatermeter, you'll just go to http://heatermeter.com/devices/ and it will show you all devices that are behind your firewall. A little quick AJAX tests each possible address from your browser and you just click the address next to any "available" heatermeter to go directly to it.