Ben Youngblood
Ben Youngblood
* S2 KEX Set/Get/Report/Fail * S2 Message Encapsulation * S2 Network Key Get/Report/Verify * S2 Nonce Get/Report * S2 Public Key Report * S2 Transfer End
``` Sentry.CrashError: ** (exit) exited in: GenServer.stop(#PID, :normal, :infinity) ** (EXIT) no process: the process is not alive or there's no process currently associated with the given name, possibly because...
When Z/IP Gateway exits, unsolicited server sockets remain open (maybe indefinitely?). This is a resource leak that we should fix. These processes should also send Z/IP keepalive requests as with...
Rather than requiring callers to do pattern matching on an ok/error-tuple, let's just return `:unknown` if we're sent an invalid device class.
We were treating nack_responses to queued commands the same way as for non-queued commands. That is, we were attempting to reply to the caller using `GenServer.reply`. However, when a command...
## Summary Currently, an error encountered while decoding a Z/IP Packet's encapsulated command results in a raising a MatchError here: https://github.com/smartrent/grizzly/blob/main/lib/grizzly/zwave/commands/zip_packet.ex#L83. The resulting exception should (hopefully) include the parameter and...
## Summary Description: - Tool repo URL: https://github.com/nerves-project/toolchains - Plugin repo URL: https://github.com/nerves-project/asdf-plugin-nerves-toolchain ## Checklist - [x] Format with `scripts/format.bash` - [x] Test locally with `scripts/test_plugin.bash --file plugins/nerves-toolchain` - [x]...