Skip to content
TheDistractor edited this page Jun 9, 2013 · 6 revisions

Welcome to the CCXMLEventEmitter wiki!

CCXMLEventEmitter is a wrapper around the Current Cost base station XML output, commonly captured from the USB port of the device. I find the Current Cost XML output rather poorly designed, so decided to abstract it into a more useful format for myself. I found myself only interested in some data and wanted to move the data around my network, this was later compounded by me needing data from remote locations. I chose to use nodejs and emit various events. I could then engage with only the items I needed and all the other data would pass on by (ignored). My goal was to then get these events into 'redis' and move them about to where I wanted to process them. I'm not currently interested in history data but will add these items shortly.

Comments and updates welcome. (Issue list here)

Devices checked with this module (and any notes about functionality).

Clone this wiki locally