Hey @joroaf,
thanks for your input. A quick note on that.
First, make sure to check npm test before commiting since TravisCI has complaints about your commit. It is probably because of a missing syntax (We apply the standard javascript syntax).
Second, your whitelist would break with lower versions since no modbus server would accept any connection as long as there is no whitelist defined. Make sure everything works when there is no whitelist defined.
Third, test and document. Write a test to prove your code works and make some additions to the README.md.
Hey @joroaf, thanks for your input. A quick note on that.
First, make sure to check
npm test
before commiting since TravisCI has complaints about your commit. It is probably because of a missing syntax (We apply the standard javascript syntax).Second, your whitelist would break with lower versions since no modbus server would accept any connection as long as there is no whitelist defined. Make sure everything works when there is no whitelist defined.
Third, test and document. Write a test to prove your code works and make some additions to the README.md.
Keep up the good work.