meshtastic 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 30bc06e05d379eccb88bcfe31c8bb2b19848de314a7c20e306b4a62a413f23df
4
- data.tar.gz: 44db5ac947c5be185d118781e26f490157c5b5ac049424003a02bbcc66f4b9b3
3
+ metadata.gz: a08e990fbc46c4caecefeaa6540bbadcf7375bf1d65b147a09888f2793dea9ef
4
+ data.tar.gz: 2248f4cf658c46f45ae1a57489fa46f6b9f9a748e4d75eb121832cbd1b9470ca
5
5
  SHA512:
6
- metadata.gz: 241f90ebe1893c6a44ff8361cb26f84be252f38261272bd6f754c05593df0c9bda4867a22a1d8491dfe3d17f2dad03bc58d6420a62a4ab213c272c3d35fc3418
7
- data.tar.gz: a5409c71edc54009888d55c475b764813bf6cb0889d5a1c84ef827c3b86413d78fa4b4f50297a0025f6a19edb6257c5b7851ac28ba52988ff50a7cab7de47413
6
+ metadata.gz: 200bc30e3aaf7ef4ae66b7abdff5dea63b015b84651a0c3eb679c4c1153a4315150c62f745a1851f934a601c74911903bdb1ab92211ace5852e6fdcd69f8104c
7
+ data.tar.gz: 85264bb17cb44f2c9cc16956b7945db33dcd9b0c23639d9d26bbaad234b9d499c3b4beb4e416f5919ab9d16736d78935b9de98e054161a069b8325f465765416
data/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
  Ruby gem for interfacing with Meshtastic nodes.
3
3
 
4
4
  # Setting Expectations
5
- This gem was created to support alt-comm capabilities w/in a security research framework known as ('https://github.com/0dayInc/pwn')[PWN]. Contributors of this effort cannot guarantee full functionality or support for all Meshtastic features.
5
+ This gem was created to support alt-comm capabilities w/in a security research framework known as [PWN]('https://github.com/0dayInc/pwn'). Contributors of this effort cannot guarantee full functionality or support for all Meshtastic features.
6
6
 
7
7
  # Objectives
8
- - Consume the ('https://github.com/meshtastic/protobufs')[Meshtastic Protobufs] and ('https://github.com/0dayInc/meshtastic/blob/master/AUTOGEN_meshtastic_protobufs.sh')[generate Ruby protobuf modules for Meshtastic] using the protoc command: Complete
8
+ - Consume the [Meshtastic Protobofs]('https://github.com/meshtastic/protobufs') and [generate Ruby protobuf modules for Meshtastic]('https://github.com/0dayInc/meshtastic/blob/master/AUTOGEN_meshtastic_protobufs.sh') using the protoc command: Complete
9
9
  - Integrate a working gem that can interface with the automatically generated Ruby protobuf modules: Complete
10
10
  - Scale out Meshtastic Ruby Modules for their respective protobufs within the meshtastic gem (e.g. Meshtastic::MQTTPB is auto-generated based on latest Meshtastic protobuf specs and extended via Meshtastic::MQTT for more MQTT interaction as desired): Continued Effort
11
11
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.15'
4
+ VERSION = '0.0.16'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meshtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.