node-tlv
node-tlv copied to clipboard
node tlv
It would be useful if we added a method which updates the value of the given tag with the given value. We can have two different methods: one for updating...
Hello, I'm trying to use node-tlv from a React Native application. I did some tests and it seems to work however I had to add `require("buffer")` in some files. Would...
I get linter errors on: nodeTlv.TLV this disables that error: /\* eslint new-cap: ["error", { "capIsNewExceptions": ["nodeTlv.TLV"] }]*/ But your naming convention seems to go against the grain generally. IE...