solar3s / goregen

golang client for regenbox
GNU General Public License v3.0
9 stars 10 forks source link

regenbox emulator #19

Open rkjdid opened 7 years ago

rkjdid commented 7 years ago

premium feature for software testing without a regenbox at hand. I think it can be simple and elegant enough, main idea is to change Regenbox hard type to an interface, and add a mocker that implements the interface generating some data. It can be configured easily too to produce fun curves.

A must!