meshtastic 0.0.13 → 0.0.14

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: 3526ab71260935428991ee992ab7f28de3b0cfb3f94dea2849654eaa15aa924d
4
- data.tar.gz: 878a6a3c9e051296f6fecf3719748bc1171e369ca4ae63b910ab2417494ca0c5
3
+ metadata.gz: 2f8be7f02d2c6825cf9252e52b92012f2dc908e3814ef1bcf298ef0821a55a1c
4
+ data.tar.gz: c2f4b52d0ec9f61092a6666d719d45ed54ba6666a1b25607dad306af0dbb0a27
5
5
  SHA512:
6
- metadata.gz: 1826305d9e558ad177c438378b43d67b9736f0113e826f04e1d0f2a2579f185a09a2a45f4525494a92a3199eb716e1a3a8754ae76958b5e639a11bc0737256a4
7
- data.tar.gz: 6eea890ed77dea25e1c7bd303d5ad4ba4bbda641e64435fd9e8603062bee5511e085797dde5813a36b1fcd79976a28788c2e4ec36d4f46200eddc8a0548a82d3
6
+ metadata.gz: 17d1b55062fd360db1b956e132faff3fda49faa5e40d2c7632264e32655e6544910e471aa005050c57ef11ab0f783b8d6728f9f0ce5721b2b22e88a5ada950b5
7
+ data.tar.gz: 210c71c836f144389b9277b97c41cb7601140df70b5ea5ee2400286306b31bcc80978874eee600bc01bd22e522e7ae49cd694e0e181f2b35a41d9a1cd4c29627
data/README.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Meshtastic
2
2
  Ruby gem for interfacing with Meshtastic nodes.
3
3
 
4
+ # Settting 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.
6
+
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
9
+ - Integrate a working gem that can interface with the automatically generated Ruby protobuf modules: Complete
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
+
4
12
  ## Installation
5
13
 
6
14
  Install the gem and add to the application's Gemfile by executing:
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Meshtastic
4
- VERSION = '0.0.13'
4
+ VERSION = '0.0.14'
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.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - 0day Inc.