History for pyenergenie / src
2016-05-18
@David Whale
Initial design of a message Router
David Whale committed on 18 May 2016
@David Whale
Capabilities of devices turned into flags, with query method in base class
David Whale committed on 18 May 2016
@David Whale
Mock registry store created, auto_create is working
David Whale committed on 18 May 2016
@David Whale
Documented requirement for a simple persistent data store for the Registry
David Whale committed on 18 May 2016
@David Whale
Started to implement device classes code. ...
David Whale committed on 18 May 2016
2016-05-17
@David Whale
Method signatures for Registry sketched out
David Whale committed on 17 May 2016
@David Whale
Initial design for enhanced persistent registry done
David Whale committed on 17 May 2016
@David Whale
Some ideas about device registration added
David Whale committed on 17 May 2016
@David Whale
Method signatures for device classes added
David Whale committed on 17 May 2016
@David Whale
Started to flesh out device classes proposed interfaces
David Whale committed on 17 May 2016
2016-05-16
@David Whale
Python 3 now supported. ...
David Whale committed on 16 May 2016
@David Whale
factored out python2/3 differences on raw_input
David Whale committed on 16 May 2016
@David Whale
Updated device database comments for MIHO002 device
David Whale committed on 16 May 2016
@David Whale
Now displays receive time of incoming messages
David Whale committed on 16 May 2016
@David Whale
Corrected incorrect comment in switch.py
David Whale committed on 16 May 2016
@David Whale
Noted the layering of switching between tx/rx might be sub optimal
David Whale committed on 16 May 2016
@David Whale
Fine tuned settings when sharing MiHome and legacy devices
David Whale committed on 16 May 2016
2016-05-15
@David Whale
OOK(legacy) and FSK(MiHome) working in same combined.py build
David Whale committed on 15 May 2016
@David Whale
Wrote a sample combined.py to use MiHome and legacy together. ...
David Whale committed on 15 May 2016
@David Whale
Renamed new radio2 module as radio, and removed old code
David Whale committed on 15 May 2016
@David Whale
Removed any remaining spi-direct and tidied the build process. ...
David Whale committed on 15 May 2016
@David Whale
Removed legacy direct-to-SPI interface. ...
David Whale committed on 15 May 2016
@David Whale
Tested FSK tx and rx on Pi, works fine ...
David Whale committed on 15 May 2016
@David Whale
Fixed compile typos. ...
David Whale committed on 15 May 2016
@David Whale
Simplified the choice between len and cbp receive
David Whale committed on 15 May 2016
@David Whale
Updated TODO list for next steps of radio.c
David Whale committed on 15 May 2016
@David Whale
Implemented radio.c/radio_get_payload ...
David Whale committed on 15 May 2016
@David Whale
Implemented a better HRF_readfifo_burst. ...
David Whale committed on 15 May 2016
@David Whale
Framework for FSK receive in place
David Whale committed on 15 May 2016
@David Whale
Started working through new FSK receiver architecture
David Whale committed on 15 May 2016