meshtastic / js

JS/TS library for interfacing with Meshtastic devices
https://meshtastic.org
GNU General Public License v3.0
75 stars 36 forks source link

Several interfaces are missing due to depending on old protobuf build #96

Open johnlaur opened 3 weeks ago

johnlaur commented 3 weeks ago

Many interfaces are missing due to this library depending on an outdated build of meshtastic/protobufs

Specific examples include the following interfaces among others:

Mqtt.MapReport Paxcount.Paxcount

I have bumped these revisions and updated relevant apis in the associated PR.

I also have revisions to meshtastic/node-red-contrib-meshtastic that fix many problems with the library including the name conflict with node-red-contrib-protobuf, the broken decrypt node, and several missing protocols in the decode node. These fixes are dependent upon a fixed meshtastic/js and I will be happy to post a PR against that project as soon as these dependencies are fixed.