I've been working on an implementation of the gateway we've been discussing at various gateway meetings and other places.
See the readme for a description of how it currently works. It's mostly focused on parsing advertisements at the moment.
I also sketched up a rough overview of how the system works currently:

I thought this might be a good place to have discussion as it both is archived and allows for comments on specific code.
Known Issues
- There isn't a way for device-specific parsers to label or identify the type of the data object they output. For example, the powerblade parser returns an object with the keys
power, voltage, energy, etc. but nowhere can it identify the entire object as a "Power Meter Reading" object, which downstream listeners would want. I'm not sure where this best fits yet.
I've been working on an implementation of the gateway we've been discussing at various gateway meetings and other places.
See the readme for a description of how it currently works. It's mostly focused on parsing advertisements at the moment.
I also sketched up a rough overview of how the system works currently:
I thought this might be a good place to have discussion as it both is archived and allows for comments on specific code.
Known Issues
power,voltage,energy, etc. but nowhere can it identify the entire object as a "Power Meter Reading" object, which downstream listeners would want. I'm not sure where this best fits yet.